diff options
Diffstat (limited to 'sway')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c index 37bd9b00..aafa51f3 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -242,7 +242,6 @@ static bool cmd_floating_mod(struct sway_config *config, int argc, char **argv) } int i, j; list_t *split = split_string(argv[0], "+"); - fprintf(stderr,"%s, %d,%d\n",argv[0], split->length,split->items); config->floating_mod = 0; //set modifer keys |