Browse Source

refac: print removed

Timothy J. Baek 1 năm trước cách đây
mục cha
commit
26a187f5ac
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      backend/apps/ollama/main.py

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

@@ -182,8 +182,6 @@ async def get_ollama_versions(url_idx: Optional[int] = None):
         responses = await asyncio.gather(*tasks)
         responses = await asyncio.gather(*tasks)
         responses = list(filter(lambda x: x is not None, responses))
         responses = list(filter(lambda x: x is not None, responses))
 
 
-        print(responses)
-
         if len(responses) > 0:
         if len(responses) > 0:
             lowest_version = min(
             lowest_version = min(
                 responses, key=lambda x: tuple(map(int, x["version"].split(".")))
                 responses, key=lambda x: tuple(map(int, x["version"].split(".")))