mirror of
https://github.com/DragoonAethis/itch-dl.git
synced 2025-01-22 01:41:11 +01:00
Remove the unnecessary debug file size prints (oops)
This commit is contained in:
parent
0e088603f9
commit
9b019463b0
@ -335,7 +335,6 @@ class GameDownloader:
|
||||
|
||||
downloaded_size = downloaded_file_stat.st_size
|
||||
content_size = self.get_decompressed_content_size(target_path)
|
||||
print("expected", expected_size, "downloaded", downloaded_size, "content", content_size)
|
||||
|
||||
if (
|
||||
all(x is not None for x in (target_path, expected_size, downloaded_size))
|
||||
|
Loading…
x
Reference in New Issue
Block a user