Skip to content

Commit

Permalink
remove message since error message won't show in cmd but vbs terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying Chen committed Mar 16, 2024
1 parent c66c796 commit 1568b19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/promptflow/promptflow/_sdk/_service/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def validate_port(port, force_start):
app.logger.setLevel(logging.INFO)
message = f"Start Prompt Flow Service on {port}, version: {get_promptflow_sdk_version()}"
app.logger.info(message)
print(f"{message}. You're feel free to input CTRL+C or close the terminal to exit.")
waitress.serve(app, host="127.0.0.1", port=port, threads=PF_SERVICE_WORKER_NUM)
else:
# Start a pfs process using detach mode. It will start a new process and create a new app. So we use environment
Expand Down

0 comments on commit 1568b19

Please sign in to comment.