Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
Signed-off-by: CalvinNeo <[email protected]>
  • Loading branch information
CalvinNeo committed May 20, 2022
1 parent 4c10d3b commit 7578b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fn proxy_version_info() -> String {
}

fn log_proxy_info() {
info!("Welcome To RaftStore Proxy ZZZZZZZZZ");
info!("Welcome To RaftStore Proxy");
for line in proxy_version_info().lines() {
info!("{}", line);
}
Expand Down

0 comments on commit 7578b81

Please sign in to comment.