Skip to content

Commit

Permalink
Remove duplicate log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Oct 30, 2023
1 parent 14c19aa commit 7ead07f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/proxy_server/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ int main(int argc, char** argv)
return EXIT_FAILURE;
}

LOG_DBG << "Load config file: " << config;
auto cfg = po::parse_config_file(config.c_str(), desc, false);
po::store(cfg, vm);
po::notify(vm);
Expand Down

0 comments on commit 7ead07f

Please sign in to comment.