From d07cc6efea9bd632e5f8ef49a3439584ff0a14c3 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 25 Aug 2023 18:05:53 +0600 Subject: [PATCH] removed unwanted output --- source/ubl-utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/ubl-utils.c b/source/ubl-utils.c index e361634..49fc4f8 100644 --- a/source/ubl-utils.c +++ b/source/ubl-utils.c @@ -1253,7 +1253,6 @@ int yon_config_save_registered(char *path, char *section){ any_remove=1; } } - printf("%s\n%s\n",command,remove_command); if (any_add) yon_launch(command); if (any_remove) yon_launch(remove_command); return 1;