diff --git a/python_apps/media-monitor2/media/monitor/manager.py b/python_apps/media-monitor2/media/monitor/manager.py index 78a5c8d92..51ca098bb 100644 --- a/python_apps/media-monitor2/media/monitor/manager.py +++ b/python_apps/media-monitor2/media/monitor/manager.py @@ -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()