Skip to content
Snippets Groups Projects

[-] Removed debug information.

Merged alexey.stratulat requested to merge bugs-3967 into master
2 files
+ 0
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -4,7 +4,6 @@
#define LOG_TAG "dap_chain_plugins"
int dap_chain_plugins_init(dap_config_t *a_config){
log_it(L_ERROR, "Z1");
if(dap_config_get_item_bool_default(a_config, "plugins", "py_load", false)){
const char *l_defaule_path_plugins = dap_strjoin(NULL, "/opt/", dap_get_appname(), "/var/plugins/", NULL);
const char *l_plugins_root_path = dap_config_get_item_str_default(a_config, "plugins", "py_path",
@@ -27,7 +26,6 @@ int dap_chain_plugins_init(dap_config_t *a_config){
dap_chain_plugins_manifest_list_create();
dap_chain_plugins_list_init();
char *l_name_file = NULL;
log_it(L_ERROR, "Z2");
LL_FOREACH(l_list_plugins_name, l_element){
log_it(L_NOTICE, "Registration %s manifest", l_element->name_directory);
l_name_file = dap_strjoin("",l_plugins_root_path, "/", l_element->name_directory, "/manifest.json", NULL);
Loading