From cee020f26dafacb8674b70bc2eaf4d2c894e3755 Mon Sep 17 00:00:00 2001 From: Aaryamann Challani <43716372+rymnc@users.noreply.github.com> Date: Fri, 3 May 2024 19:05:24 +0530 Subject: [PATCH] fix(filter): log is too large (#2665) --- 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()