Remove the now *duplicate* notification. :/

This commit is contained in:
Jean-Paul Calderone 2019-03-14 10:16:19 -04:00
parent c507b78656
commit 5004cdf7ea

View File

@ -1281,7 +1281,6 @@ class Uploader(QueueMixin):
success_fields[u"ignored"] = True
else:
self._add_pending(relpath_u)
self._call_hook(path, 'inotify')
# Always fire the inotify hook. If an accident of timing causes a
# second inotify event for a particular path before the first has