diff options
Diffstat (limited to 'watcher.py')
-rw-r--r-- | watcher.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -126,9 +126,6 @@ class LibraryWatcher(object): register(self.stop) - while True: - self.check_for_events() - def stop(self): """Remove all the watched paths.""" if self.wdd[self.path] > 0: |