remove code that sets item size (from review)
This commit is contained in:
parent
75e97e6c6d
commit
dbc9f7e06c
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue