diff options
Diffstat (limited to 'src/gfilenotify.c')
-rw-r--r-- | src/gfilenotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfilenotify.c b/src/gfilenotify.c index 3b1f2fc516a..30d0753f7e7 100644 --- a/src/gfilenotify.c +++ b/src/gfilenotify.c @@ -105,7 +105,7 @@ dir_monitor_callback (GFileMonitor *monitor, /* Store it into the input event queue. */ kbd_buffer_store_event (&event); - // XD_DEBUG_MESSAGE ("%s", XD_OBJECT_TO_STRING (event.arg)); + /* XD_DEBUG_MESSAGE ("%s", XD_OBJECT_TO_STRING (event.arg)); */ } /* Cancel monitor if file or directory is deleted. */ |