diff options
author | Max Kellermann <max@musicpd.org> | 2020-09-16 20:48:01 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-09-16 20:59:40 +0200 |
commit | 5b22d27cbb00d9be5ff9393b26d55577194a8079 (patch) | |
tree | 92e95df7bc074e04a99af0dae8e4b7edb7352c2c /src | |
parent | e907ff43aec3690858d0a9174ff79e884edd7b89 (diff) |
db/update/InotifyUpdate: remove commented log call
Diffstat (limited to 'src')
-rw-r--r-- | src/db/update/InotifyUpdate.cxx | 2 |
1 files changed, 0 insertions, 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; |