improvement to scan_listing

This commit is contained in:
Jean-Paul Calderone 2019-02-25 20:48:58 -05:00
parent 7790820efd
commit 17597e53c9

View File

@ -1647,7 +1647,6 @@ class Downloader(QueueMixin, WriteFileMixin):
def scan_listing(listing_map):
for encoded_relpath_u in listing_map.keys():
relpath_u = magicpath.magic2path(encoded_relpath_u)
self._log("found %r" % (relpath_u,))
file_node, metadata = listing_map[encoded_relpath_u]
local_dbentry = self._get_local_latest(relpath_u)