gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet-nim] branch master updated: forgot to remove debug


From: gnunet
Subject: [GNUnet-SVN] [gnunet-nim] branch master updated: forgot to remove debug output
Date: Mon, 24 Jun 2019 21:33:46 +0200

This is an automated email from the git hooks/post-receive script.

lurchi pushed a commit to branch master
in repository gnunet-nim.

The following commit(s) were added to refs/heads/master by this push:
     new 1fce7e2  forgot to remove debug output
1fce7e2 is described below

commit 1fce7e265d2c896cc5c385c4cd818e399121f822
Author: lurchi <address@hidden>
AuthorDate: Mon Jun 24 21:32:42 2019 +0200

    forgot to remove debug output
---
 src/gnunet_nim/cadet.nim | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gnunet_nim/cadet.nim b/src/gnunet_nim/cadet.nim
index 576abb1..3b4de5f 100644
--- a/src/gnunet_nim/cadet.nim
+++ b/src/gnunet_nim/cadet.nim
@@ -44,7 +44,6 @@ proc channelConnectCb(cls: pointer,
 
 proc channelMessageCb(cls: pointer,
                       messageHeader: ptr GNUNET_MessageHeader) {.cdecl.} =
-  echo "channelMessageCb"
   let channel = cast[ptr CadetChannel](cls)
   GNUNET_CADET_receive_done(channel.handle)
   let payloadLen = int(ntohs(messageHeader.size)) - 
sizeof(GNUNET_MessageHeader)

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]