aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_context.c
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-03-12 21:20:44 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-03-12 21:20:44 +0100
commitdb36b1bec392f6a06773a2b5199d3de424ac8205 (patch)
tree193a3a06256fc977a389ff1e906ac3a1b56127b6 /src/gnunet_chat_context.c
parentba528dd455716f73fbfb3191401b8978e9900453 (diff)
downloadlibgnunetchat-db36b1bec392f6a06773a2b5199d3de424ac8205.tar.gz
libgnunetchat-db36b1bec392f6a06773a2b5199d3de424ac8205.zip
Fixed duplicated context creation and removed debug printing
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/gnunet_chat_context.c')
-rw-r--r--src/gnunet_chat_context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gnunet_chat_context.c b/src/gnunet_chat_context.c
index 483d673..a4f3db0 100644
--- a/src/gnunet_chat_context.c
+++ b/src/gnunet_chat_context.c
@@ -332,8 +332,6 @@ context_write_records (struct GNUNET_CHAT_Context *context)
332 char *label; 332 char *label;
333 util_get_context_label(context->type, hash, &label); 333 util_get_context_label(context->type, hash, &label);
334 334
335 printf("WRITE: %s -> %u (%s, %s)\n", label, count, nick, topic);
336
337 GNUNET_NAMESTORE_records_store( 335 GNUNET_NAMESTORE_records_store(
338 context->handle->namestore, 336 context->handle->namestore,
339 zone, 337 zone,