Skip to content

Commit ce58c6c

Browse files
authored
fix redundant deployment id print (#600)
1 parent c09d000 commit ce58c6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/banner.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,10 @@ fn status_info(config: &Config, scheme: &str, id: Uid) {
7979
{}
8080
Address: {}
8181
Credentials: {}
82-
Deployment UID: \"{}\"
8382
LLM Status: \"{}\"",
8483
"Server:".to_string().bold(),
8584
address,
8685
credentials,
87-
id.to_string(),
8886
llm_status
8987
);
9088
}

0 commit comments

Comments
 (0)