From 0d4c74b33a4f6c63b368d389b54522aed0f357d4 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Mon, 13 Jul 2020 18:36:49 +0200 Subject: [PATCH] comment log that can't be json-serialized --- libp2p/protocols/pubsub/gossipsub.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p/protocols/pubsub/gossipsub.nim b/libp2p/protocols/pubsub/gossipsub.nim index 45bcb8676..8bf6b9b44 100644 --- a/libp2p/protocols/pubsub/gossipsub.nim +++ b/libp2p/protocols/pubsub/gossipsub.nim @@ -510,7 +510,7 @@ method publish*(g: GossipSub, msg = Message.init(g.peerInfo, data, topic, g.sign) msgId = g.msgIdProvider(msg) - trace "created new message", msg + # trace "created new message", msg trace "publishing on topic", name = topic, peers = peers if msgId notin g.mcache: