Skip to content
Snippets Groups Projects
Commit 4556354b authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[-] Removed some useless logs

parent 17a0569e
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,7 @@ int dap_chain_plugins_init(dap_config_t *a_config){
dap_chain_plugins_command_create();
PyThreadState *l_thread_state = PyEval_SaveThread();
}else{
log_it(L_NOTICE, "Permission to initialize python plugins has not been obtained.");
return -2;
return 0;
}
return 0;
}
......
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