MM2: Removed debugging.

This commit is contained in:
Rudi Grinberg 2012-09-04 09:35:44 -04:00
parent 6b0b0bd4a4
commit 5609530dfc
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ class StoreWatchListener(BaseListener, Loggable, pyinotify.ProcessEvent):
@mediate_ignored
@IncludeOnly(mmp.supported_extensions)
def process_create(self, event):
self.logger.info("PYINOTIFY")
evt = NewFile(event)
dispatcher.send(signal=self.signal, sender=self, event=evt)
return evt