gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33103 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r33103 - gnunet/src/ats
Date: Wed, 16 Apr 2014 19:34:36 +0200

Author: wachs
Date: 2014-04-16 19:34:36 +0200 (Wed, 16 Apr 2014)
New Revision: 33103

Modified:
   gnunet/src/ats/plugin_ats_proportional.c
Log:
remove debugging message


Modified: gnunet/src/ats/plugin_ats_proportional.c
===================================================================
--- gnunet/src/ats/plugin_ats_proportional.c    2014-04-16 16:18:34 UTC (rev 
33102)
+++ gnunet/src/ats/plugin_ats_proportional.c    2014-04-16 17:34:36 UTC (rev 
33103)
@@ -908,7 +908,6 @@
   int c;
   for (c = 0; c < s->network_count; c++)
   {
-    fprintf (stderr, "%u == %u \n", s->network_entries[c].type,type);
     if (s->network_entries[c].type == type)
       return &s->network_entries[c];
   }




reply via email to

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