diff --git a/watcher.c b/watcher.c index ccf47e4..303391f 100644 --- a/watcher.c +++ b/watcher.c @@ -100,7 +100,6 @@ void watcher_add_all(Watcher *w, char *root) char path[PATH_MAX]; snprintf(path, sizeof(path), "%s/%s", root, entry->d_name); - LOGI("%s\n", path); for (size_t i = 0; i < w->ignored.count; i++) { if (strcmp(w->ignored.items[i], path) == 0) {