removed unwanted output

pull/48/head
Ivan Yartsev 2 years ago
parent dd33628d39
commit d07cc6efea

@ -1253,7 +1253,6 @@ int yon_config_save_registered(char *path, char *section){
any_remove=1; any_remove=1;
} }
} }
printf("%s\n%s\n",command,remove_command);
if (any_add) yon_launch(command); if (any_add) yon_launch(command);
if (any_remove) yon_launch(remove_command); if (any_remove) yon_launch(remove_command);
return 1; return 1;

Loading…
Cancel
Save