Skip to content

Commit 1e5c054

Browse files
authored
remove useless line
1 parent ba2d960 commit 1e5c054

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

b2sdk/transfer/inbound/downloader/parallel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ def download_first_part(
318318
bytes_read += len(to_write)
319319
if stop:
320320
break
321-
before_read = perf_counter_ns()
322321

323322
# since we got everything we need from original response, close the socket and free the buffer
324323
# to avoid a timeout exception during hashing and other trouble

0 commit comments

Comments
 (0)