From 5b22d27cbb00d9be5ff9393b26d55577194a8079 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 16 Sep 2020 20:48:01 +0200 Subject: [PATCH] db/update/InotifyUpdate: remove commented log call --- src/db/update/InotifyUpdate.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/db/update/InotifyUpdate.cxx b/src/db/update/InotifyUpdate.cxx index b19961ade..cf917b7cb 100644 --- a/src/db/update/InotifyUpdate.cxx +++ b/src/db/update/InotifyUpdate.cxx @@ -240,8 +240,6 @@ mpd_inotify_callback(int wd, unsigned mask, { WatchDirectory *directory; - /*FormatDebug(inotify_domain, "wd=%d mask=0x%x name='%s'", wd, mask, name);*/ - directory = tree_find_watch_directory(wd); if (directory == nullptr) return;