mirror of
https://github.com/0intro/wmii
synced 2025-02-12 12:24:49 +03:00
removed unnecessary debug output
This commit is contained in:
parent
f750cd9813
commit
0e453fb47b
@ -136,7 +136,6 @@ match(Client *c, const char *prop)
|
||||
for(i = 0; i < rule.size; i++) {
|
||||
Rule *r = rule.data[i];
|
||||
if(r->is_valid && !regexec(&r->regex, prop, 1, &tmpregm, 0)) {
|
||||
fprintf(stderr, "[%d] c->class=%s c->tags=%s r->tags=%s\n", i, c->classinst, c->tags, r->tags);
|
||||
if(!strncmp(r->tags, "~", 2))
|
||||
c->floating = True;
|
||||
else if(!strlen(c->tags) || !strncmp(c->tags, "nil", 4)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user