Skip to content

Commit 3fd87c4

Browse files
author
Iakov Senatov
committed
remove FSEvents callback spam log
1 parent 0da795b commit 3fd87c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

GUI/Sources/Services/Scanner/FSEventsDirectoryWatcher.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ final class FSEventsDirectoryWatcher: @unchecked Sendable {
8484
let cfPaths = Unmanaged<CFArray>.fromOpaque(eventPaths).takeUnretainedValue()
8585
guard let rawPaths = cfPaths as? [String] else { return }
8686
let flagsArray = Array(UnsafeBufferPointer(start: eventFlags, count: numEvents))
87-
log.debug("[FSEvents callback] watcher.watchedPath=(watcher.watchedPath) numEvents=(numEvents)")
8887
watcher.scheduleHandleEvents(paths: rawPaths, flags: flagsArray)
8988
}
9089
guard let s = FSEventStreamCreate(

0 commit comments

Comments
 (0)