aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2020-01-06 01:05:34 -0600
committerLeandro A. F. Pereira <leandro@hardinfo.org>2020-01-17 16:15:54 -0800
commitaf5a38062e39a6cce9710a1942264540a0e8c7a1 (patch)
tree7b0e242099f1bad4be8fd226bceebbab22d9c06c /shell
parent59cb7cf510dbea8742e8f38fd49282471f541819 (diff)
shell: remove some debug printfs
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/shell.c2
1 files changed, 0 insertions, 2 deletions
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);
}
}
}