disable client stack debugging

this should have been turned off for e19 release but I forgot
This commit is contained in:
Mike Blumenkrantz 2015-01-05 15:29:41 -05:00
parent 922af2c52f
commit f4d376be2f
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ e_hints_client_stacking_set(void)
unsigned int c, i = 0, non_x = 0;
Ecore_X_Window *clients = NULL;
#define CLIENT_STACK_DEBUG
//#define CLIENT_STACK_DEBUG
/* Get client count */
c = e_clients_count(e_comp);
if (c)