manage.c: remove debugging message

This commit is contained in:
Iris Lightshard 2021-03-08 15:52:39 -05:00
parent 5f0c7eaf25
commit 22f9147cab
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -51,7 +51,6 @@ int manage(Client* c, int mapped) {
strstr(c->class, "onsole") || strstr(c->class, "Alacritty");
isNew = 0;
}
printf("%s: is9term = %d", c->class, c->is9term);
} else {
c->instance = 0;
c->class = 0;