Skip to content

Commit

Permalink
Remove useless output to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySon-Huang authored Jul 24, 2024
1 parent a215bd2 commit 35b678a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proxy_components/proxy_server/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pub fn overwrite_config_with_cmd_args(
matches: &ArgMatches<'_>,
) {
info!("arg matches is {:?}", matches);
println!("arg matches is {:?}", matches);
if let Some(level) = matches.value_of("log-level") {
config.log.level = logger::get_level_by_string(level).unwrap().into();
// For backward compating
Expand Down

0 comments on commit 35b678a

Please sign in to comment.