Skip to content

Commit 00f0e02

Browse files
revart dummy
1 parent 5249688 commit 00f0e02

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

waku/waku_rln_relay/group_manager/on_chain/group_manager.nim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,6 @@ method register*(
231231
): Future[void] {.async: (raises: [Exception]).} =
232232
initializedGuard(g)
233233

234-
let dummy_x = 1
235-
if dummy_x == 0:
236-
debug "dummy pr"
237234
let ethRpc = g.ethRpc.get()
238235
let wakuRlnContract = g.wakuRlnContract.get()
239236

0 commit comments

Comments
 (0)