From 8015c46cbaf1220d4b315c5a01a96049c0749b81 Mon Sep 17 00:00:00 2001 From: postmannen Date: Thu, 22 Dec 2022 12:23:02 +0100 Subject: [PATCH] removed printing of equal keys --- central_auth_key_handling.go | 1 - 1 file changed, 1 deletion(-) diff --git a/central_auth_key_handling.go b/central_auth_key_handling.go index 8763965..1d7913f 100644 --- a/central_auth_key_handling.go +++ b/central_auth_key_handling.go @@ -130,7 +130,6 @@ func (c *centralAuth) addPublicKey(proc process, msg Message) { // so we check if the values are the same as the one we already got before we continue // with registering and logging for the the new key. if ok && bytes.Equal(existingNotAckedKey, msg.Data) { - fmt.Printf(" * \nkey value for NOT-REGISTERED node %v is the same, doing nothing\n\n", msg.FromNode) c.pki.nodeNotAckedPublicKeys.mu.Unlock() return }