removed useless comments

This commit is contained in:
Rudi Grinberg 2012-11-05 14:19:37 -05:00
parent 3509cfc212
commit 83d4705bca
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ class Manager(Loggable):
self.watch_channel = 'watch'
self.organize_channel = 'organize'
self.watch_listener = StoreWatchListener(signal = self.watch_channel)
# TODO : change this to a weak ref
# TODO : get rid of this hack once cc-4235 is fixed
self.__timeout_thread = ManagerTimeout(self)
self.__timeout_thread.daemon = True
self.__timeout_thread.start()