Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
namchuai committed Nov 6, 2024
1 parent d205874 commit d7478ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/services/config_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ConfigService::UpdateApiServerConfiguration(const Json::Value& json) {
auto config = file_manager_utils::GetCortexConfig();
ApiServerConfiguration api_server_config{config.enableCors,
config.allowedOrigins};
std::cout << json.toStyledString() << std::endl;
std::vector<std::string> updated_fields;
std::vector<std::string> invalid_fields;
std::vector<std::string> unknown_fields;
Expand Down

0 comments on commit d7478ab

Please sign in to comment.