From 4d3ba184d26c0f9426e9052bd6771122a7e2ba47 Mon Sep 17 00:00:00 2001 From: Dmitriy Gerasimov <naeper@demlabs.net> Date: Fri, 24 May 2019 14:43:35 +0700 Subject: [PATCH] [-] debug printfs --- dap_chain_global_db_hist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dap_chain_global_db_hist.c b/dap_chain_global_db_hist.c index d5e78b4..f95ce13 100755 --- a/dap_chain_global_db_hist.c +++ b/dap_chain_global_db_hist.c @@ -149,7 +149,7 @@ bool dap_db_history_add(char a_type, pdap_store_obj_t a_store_obj, size_t a_dap_ l_store_data.group = GROUP_LOCAL_HISTORY; l_store_data.timestamp = time(NULL); int l_res = dap_db_add(&l_store_data, 1); - printf("!!!\n!!!HISTORY store save l_res=%d ts=%lld text=%s\n!!!\n",l_res,l_store_data.timestamp,l_str); + //printf("!!!\n!!!HISTORY store save l_res=%d ts=%lld text=%s\n!!!\n",l_res,l_store_data.timestamp,l_str); if(l_rec.keys_count > 1) DAP_DELETE(l_rec.keys); DAP_DELETE(l_str); -- GitLab