aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-25 13:09:43 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-25 13:09:43 +0000
commit045655fe5049ea6087685b79391465873822277f (patch)
treec80569cbedcf4c2a4c53461fccb06d601ec7764e /src/regex
parent8e03b253f24f53118a20a4a89eafbb482a346adb (diff)
downloadgnunet-045655fe5049ea6087685b79391465873822277f.tar.gz
gnunet-045655fe5049ea6087685b79391465873822277f.zip
-logging
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/regex_api.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/regex/regex_api.c b/src/regex/regex_api.c
index fb20bb209..09b3fd68d 100644
--- a/src/regex/regex_api.c
+++ b/src/regex/regex_api.c
@@ -279,9 +279,6 @@ handle_search_response (void *cls,
279 pid, 279 pid,
280 &pid[1], gpl, 280 &pid[1], gpl,
281 &pid[1 + gpl], ppl); 281 &pid[1 + gpl], ppl);
282 LOG (GNUNET_ERROR_TYPE_DEBUG,
283 "Returned from regex CB\n",
284 GNUNET_i2s (pid));
285 return; 282 return;
286 } 283 }
287 } 284 }