This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a commit to branch poll-filesystem
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git
The following commit(s) were added to refs/heads/poll-filesystem by this push:
new e660311 revert
e660311 is described below
commit e660311cf721087f1f6690d26e4b66338391ec7b
Author: Eamon Ford <[email protected]>
AuthorDate: Mon Aug 10 21:03:54 2020 -0700
revert
---
collection_manager/collection_manager/services/CollectionWatcher.py | 5 -----
1 file changed, 5 deletions(-)
diff --git
a/collection_manager/collection_manager/services/CollectionWatcher.py
b/collection_manager/collection_manager/services/CollectionWatcher.py
index d30327b..8f67e16 100644
--- a/collection_manager/collection_manager/services/CollectionWatcher.py
+++ b/collection_manager/collection_manager/services/CollectionWatcher.py
@@ -165,11 +165,6 @@ class _GranuleEventHandler(FileSystemEventHandler):
self._callback = callback
self._collections_for_dir = collections_for_dir
- def on_any_event(self, event):
- super().on_created(event)
-
- logger.info(f"Collection Watcher received event: {event}")
-
def on_created(self, event):
super().on_created(event)
for collection in self._collections_for_dir: