remove code that sets item size (from review)

This commit is contained in:
meejah 2018-02-20 17:21:13 -07:00
parent 75e97e6c6d
commit dbc9f7e06c
1 changed files with 0 additions and 1 deletions

View File

@ -724,7 +724,6 @@ class Uploader(QueueMixin):
now = time.time()
fp = self._get_filepath(relpath_u)
pathinfo = get_pathinfo(unicode_from_filepath(fp))
item.size = pathinfo.size
self._log("about to remove %r from pending set %r" %
(relpath_u, self._pending))