소스 검색

chore: print removed

Timothy J. Baek 1 년 전
부모
커밋
77ec296ac3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      backend/apps/ollama/main.py

+ 0 - 2
backend/apps/ollama/main.py

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