Skip to content

Commit 0eafde4

Browse files
committed
clean up print statements
1 parent 6d19b57 commit 0eafde4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clients/python/llmengine/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ def check_version():
7676
current_version = __version__
7777
response = requests.get("https://pypi.org/pypi/scale-llm-engine/json")
7878
latest_version = response.json()["info"]["version"]
79-
print(current_version)
80-
print(latest_version)
8179

8280
if current_version != latest_version:
8381
print(

0 commit comments

Comments
 (0)