Skip to content

Commit

Permalink
Remove unnecessary print function
Browse files Browse the repository at this point in the history
  • Loading branch information
tiopramayudi committed Nov 25, 2024
1 parent f8fffe8 commit f5e57ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/sdk/merlin/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,6 @@ def deploy(
target_logger = logger.to_logger_spec()

if model_observability is not None:
print(f"model observability {model_observability}")
target_model_observability = model_observability.to_model_observability_request()

model = self._model
Expand Down

0 comments on commit f5e57ae

Please sign in to comment.