diff --git a/io/updateNdf.go b/io/updateNdf.go index 873578a422056e6b5645f74f1e3d85715c7a1224..30d063364932bf6656dbe2334ae63c1f52d29df3 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 {