Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
  • Loading branch information
CalvinNeo committed May 30, 2022
1 parent 7cf80af commit d229097
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 d229097

Please sign in to comment.