1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-03 04:23:42 -05:00

remove debug code

This commit is contained in:
seanpringle 2012-09-11 17:11:34 +10:00
parent 5c5e0ebd12
commit 7bd6772fc0

View file

@ -734,7 +734,6 @@ void run_switcher(int mode, int fmode)
}
classfield = MAX(classfield, strlen(c->class));
winlist_append(ids, c->window, NULL);
warnx("%s", c->class);
}
}