From 99c0e62ab6ba50e67157846ac551dc26dca19552 Mon Sep 17 00:00:00 2001
From: josh <josh@elixxir.io>
Date: Tue, 14 Jan 2020 10:16:04 -0800
Subject: [PATCH] Remove extraneous log message

---
 io/updateNdf.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/io/updateNdf.go b/io/updateNdf.go
index 873578a42..30d063364 100644
--- a/io/updateNdf.go
+++ b/io/updateNdf.go
@@ -27,7 +27,6 @@ func PollNdf(currentDef *ndf.NetworkDefinition, comms *client.Comms) (*ndf.Netwo
 	if !ok {
 		return nil, errors.New("Failed to find permissioning host")
 	}
-	globals.Log.FATAL.Printf("about to request ndf")
 	//Send the hash to registration
 	response, err := comms.RequestNdf(regHost, msg)
 	if err != nil {
-- 
GitLab