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:
@ -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;
|
||||
|
Reference in New Issue
Block a user