mirror of
https://github.com/swaywm/sway.git
synced 2024-11-16 13:13:17 +00:00
removed debug which shouldnt be there
This commit is contained in:
parent
8205a6fd3b
commit
289aab9f0a
|
@ -242,7 +242,6 @@ static bool cmd_floating_mod(struct sway_config *config, int argc, char **argv)
|
||||||
}
|
}
|
||||||
int i, j;
|
int i, j;
|
||||||
list_t *split = split_string(argv[0], "+");
|
list_t *split = split_string(argv[0], "+");
|
||||||
fprintf(stderr,"%s, %d,%d\n",argv[0], split->length,split->items);
|
|
||||||
config->floating_mod = 0;
|
config->floating_mod = 0;
|
||||||
|
|
||||||
//set modifer keys
|
//set modifer keys
|
||||||
|
|
Loading…
Reference in a new issue