summaryrefslogtreecommitdiff
path: root/shell/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/shell.c')
-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);
}
}
}