Skip to content

Commit ada84c5

Browse files
committed
remove superfluous comment
1 parent b05fb59 commit ada84c5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

watcher.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,6 @@ def run(self):
296296

297297
self.addWatch(mask, folder, exclude, recursive, command)
298298

299-
# now we need to start ALL the notifiers.
300-
# TODO: load test this ... is having a thread for each a problem?
301-
#for notifier in self.notifiers:
302-
# notifier.start()
303-
304299
def addWatch(self, mask, folder, exclude, recursive, command, prefix=""):
305300
wm = pyinotify.WatchManager()
306301
handler = EventHandler(command, recursive, exclude, mask, self, prefix, folder)

0 commit comments

Comments
 (0)