Skip to content
Snippets Groups Projects
Commit 8ea94f52 authored by Constantin Papizh's avatar Constantin Papizh
Browse files

dummy output removed

parent ac08ccaf
No related branches found
No related tags found
1 merge request!5Bugs 2551
......@@ -109,8 +109,6 @@ const char* dap_chain_wallet_get_path(dap_config_t * a_config)
if(strlen(l_wallets_path) <= l_sys_dir_path_len + 1) */
dap_sprintf(l_wallets_path + l_sys_dir_path_len, "%s", dap_config_get_item_str(g_config, "general", "wallets_path"));
RET:
log_it( L_ATT, "+++++ %s", l_sys_dir_path );
log_it( L_ATT, "+++++ %s", l_wallets_path );
return l_wallets_path;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment