From af5a38062e39a6cce9710a1942264540a0e8c7a1 Mon Sep 17 00:00:00 2001 From: Burt P Date: Mon, 6 Jan 2020 01:05:34 -0600 Subject: shell: remove some debug printfs Signed-off-by: Burt P --- shell/shell.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'shell/shell.c') diff --git a/shell/shell.c b/shell/shell.c index c0fc011e..06e2f936 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -2342,11 +2342,9 @@ void key_get_components(const gchar *key, *dis = g_strdup(lbp + 1); if (flags && *flags && strchr(*flags, '@')) { - printf("flag@: %s\n", *label); gchar *ol = *label; *label = g_strcompress(ol); g_free(ol); - printf("..... %s\n", *label); } } } -- cgit v1.2.3