diff --git a/src/inotify.c b/src/inotify.c index 1ee0aad..89ded8f 100644 --- a/src/inotify.c +++ b/src/inotify.c @@ -308,7 +308,5 @@ void notify_stat() { if (!init) die("inotify is not instantiated."); -#ifdef __DEBUG__ rbtree_walk(&tree, print_node); -#endif }