chore: print removed

This commit is contained in:
Timothy J. Baek 2024-03-22 00:11:17 -07:00
parent bc80f1438c
commit 77ec296ac3

View file

@ -964,8 +964,6 @@ async def download_file_stream(
done = current_size == total_size
progress = round((current_size / total_size) * 100, 2)
print(progress)
yield f'data: {{"progress": {progress}, "completed": {current_size}, "total": {total_size}}}\n\n'
if done: