Skip to content

Commit 2d7ca36

Browse files
committed
(fix) errant print saying "Error importing .." msg
1 parent 88152c7 commit 2d7ca36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: litellm/proxy/proxy_server.py

-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ def generate_feedback_box():
149149
try:
150150
import enterprise # type: ignore
151151
except Exception as e:
152-
print("Error importing enterprise: " + str(e)) # noqa
153152
pass
154153

155154
ui_link = f"/ui/"

0 commit comments

Comments
 (0)