MM2: removed shit comments.

This commit is contained in:
Rudi Grinberg 2012-08-22 11:42:30 -04:00
parent bf3176c8dd
commit 94df848358
1 changed files with 1 additions and 5 deletions
python_apps/media-monitor2/media/monitor

View File

@ -57,8 +57,4 @@ class EventContractor(Loggable):
def __unregister(self, evt):
try: del self.store[evt.path]
except Exception as e:
self.unexpected_exception(e)
# the next line is commented out because it clutters up logging real
# bad
#self.logger.info("Unregistering. Left: '%d'" % len(self.store.keys()))
except Exception as e: self.unexpected_exception(e)