summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/commands.c1
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)
242 } 242 }
243 int i, j; 243 int i, j;
244 list_t *split = split_string(argv[0], "+"); 244 list_t *split = split_string(argv[0], "+");
245 fprintf(stderr,"%s, %d,%d\n",argv[0], split->length,split->items);
246 config->floating_mod = 0; 245 config->floating_mod = 0;
247 246
248 //set modifer keys 247 //set modifer keys