Skip to content

Commit 46fb27b

Browse files
committed
Cleanup
1 parent d669fe6 commit 46fb27b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/modelplane/runways/responder.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,4 @@ def respond(
113113
local_path=pipeline_runner.output_dir()
114114
/ pipeline_runner.output_file_name,
115115
)
116-
print(
117-
f"Logged prompt responses to {pipeline_runner.output_dir() / pipeline_runner.output_file_name}"
118-
)
119116
return mlflow.active_run().info.run_id # type: ignore

tests/it/test_health.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@
66

77
def test_tracking_server_is_live():
88
"""Test if the MLflow tracking server is live."""
9-
# TODO: remove this
10-
print("Checking if MLflow tracking server is live...")
11-
print("Current tracking URI:", mlflow.get_tracking_uri())
129
assert tracking_server_is_live(), "MLflow tracking server should be live"

0 commit comments

Comments
 (0)