Skip to content

Commit

Permalink
waku_node: remove duplicated log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed Sep 26, 2024
1 parent dc3c07d commit b290d24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions waku/node/waku_node.nim
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@ proc subscribe*(
error "Invalid API call to `subscribe`. Was already subscribed"
return

debug "subscribe", pubsubTopic = pubsubTopic

node.topicSubscriptionQueue.emit((kind: PubsubSub, topic: pubsubTopic))
node.registerRelayDefaultHandler(pubsubTopic)

Expand Down

0 comments on commit b290d24

Please sign in to comment.