From 7a21fd20bd43fcd50f3d3d0c6a34f64cc70dc1f8 Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Fri, 3 May 2024 18:20:20 +0530 Subject: [PATCH] fix(filter): log is too large --- waku/waku_filter_v2/protocol.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku/waku_filter_v2/protocol.nim b/waku/waku_filter_v2/protocol.nim index a072a99871..af1d90b13e 100644 --- a/waku/waku_filter_v2/protocol.nim +++ b/waku/waku_filter_v2/protocol.nim @@ -217,7 +217,7 @@ proc handleMessage*( let msgHash = computeMessageHash(pubsubTopic, message).to0xHex() debug "handling message", - pubsubTopic = pubsubTopic, message = message, msg_hash = msgHash + pubsubTopic = pubsubTopic, msg_hash = msgHash let handleMessageStartTime = Moment.now()