remove/shorten a lot of debugging messages

Some of them are useless nowadays, others very unlikely to be a problem.
Those which might still be interesting somewhen in the future are just
commented out.
This commit is contained in:
Michael Stapelberg
2011-10-23 00:15:13 +01:00
parent 42d355f2b7
commit 10d3281b0f
9 changed files with 28 additions and 78 deletions

View File

@ -15,7 +15,7 @@
*
*/
void run_assignments(i3Window *window) {
DLOG("Checking assignments...\n");
DLOG("Checking if any assignments matches this window\n");
/* Check if any assignments match */
Assignment *current;