Skip to content
Snippets Groups Projects
Commit d28f3af4 authored by Josh Brooks's avatar Josh Brooks
Browse files

Remove debug print

parent 5c34a9df
No related branches found
No related tags found
2 merge requests!510Release,!333Frond End Assistance And Iterative Clean Up
......@@ -161,7 +161,6 @@ func (e *E2e) GetUdContactFromNdf() ([]byte, error) {
udDhPubKey := e2eGroup.NewInt(1)
err = udDhPubKey.UnmarshalJSON(udDhPubKeyData)
if err != nil {
jww.WARN.Printf("GetUdContactFromNdf debug fails on udDhPubKey.UnmarshalJSON")
return nil, err
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment