summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 9e98c52..ff9c9bd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -44,7 +44,7 @@ eventHandler(const xcwm_event_t *event)
xcwm_window_t *window = xcwm_event_get_window(event);
xcwm_event_type_t type = xcwm_event_get_type(event);
- DEBUG("event %d, window 0x%08x, XID 0x%08x\n", type, window, window->window_id);
+ // DEBUG("event %d, window 0x%08x, XID 0x%08x\n", type, window, window->window_id);
switch (type)
{