manage.c: remove debugging message
This commit is contained in:
parent
5f0c7eaf25
commit
22f9147cab
1 changed files with 0 additions and 1 deletions
1
manage.c
1
manage.c
|
@ -51,7 +51,6 @@ int manage(Client* c, int mapped) {
|
||||||
strstr(c->class, "onsole") || strstr(c->class, "Alacritty");
|
strstr(c->class, "onsole") || strstr(c->class, "Alacritty");
|
||||||
isNew = 0;
|
isNew = 0;
|
||||||
}
|
}
|
||||||
printf("%s: is9term = %d", c->class, c->is9term);
|
|
||||||
} else {
|
} else {
|
||||||
c->instance = 0;
|
c->instance = 0;
|
||||||
c->class = 0;
|
c->class = 0;
|
||||||
|
|
Loading…
Reference in a new issue