Skip to content

Commit

Permalink
removing debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Feb 3, 2025
1 parent 6c305fb commit cd30276
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/libwaku.nim
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ proc handleRequest(
): cint =
waku_thread.sendRequestToWakuThread(ctx, requestType, content, callback, userData).isOkOr:
let msg = "libwaku error: " & $error
echo msg
callback(RET_ERR, unsafeAddr msg[0], cast[csize_t](len(msg)), userData)
return RET_ERR

Expand Down

0 comments on commit cd30276

Please sign in to comment.