removed wrong comments

This commit is contained in:
Rudi Grinberg 2012-10-02 10:25:51 -04:00
parent b8d15d9d6b
commit 48f3b18acd
1 changed files with 0 additions and 5 deletions
python_apps/media-monitor2/media/monitor

View File

@ -241,8 +241,3 @@ class Manager(Loggable):
notifier = pyinotify.Notifier(self.wm)
notifier.coalesce_events()
notifier.loop()
# Experiments with running notifier in different modes
# There are 3 options: normal, async, threaded.
#import asyncore
#pyinotify.AsyncNotifier(self.wm).loop()
#asyncore.loop()