From db36b1bec392f6a06773a2b5199d3de424ac8205 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Sat, 12 Mar 2022 21:20:44 +0100 Subject: Fixed duplicated context creation and removed debug printing Signed-off-by: TheJackiMonster --- src/gnunet_chat_context.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gnunet_chat_context.c') 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) char *label; util_get_context_label(context->type, hash, &label); - printf("WRITE: %s -> %u (%s, %s)\n", label, count, nick, topic); - GNUNET_NAMESTORE_records_store( context->handle->namestore, zone, -- cgit v1.2.3