removed useless comments
This commit is contained in:
parent
3509cfc212
commit
83d4705bca
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue