diff options
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/shell.c | 2 | 
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);          }      }  } | 
