Skip to content

Commit

Permalink
rm stderr
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Beyad <abeyad@google.com>
  • Loading branch information
abeyad committed Apr 8, 2024
1 parent 0d9571c commit 3bbe1fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mobile/library/common/internal_engine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ envoy_status_t InternalEngine::main(std::shared_ptr<Envoy::OptionsImplBase> opti
std::make_unique<Logger::DefaultDelegate>(log_mutex_, Logger::Registry::getSink());
}

std::cerr << "==> AAB Bootstrap=" << options->configProto().DebugString() << std::endl;
main_common = std::make_unique<EngineCommon>(options);
server_ = main_common->server();
event_dispatcher_ = &server_->dispatcher();
Expand Down

0 comments on commit 3bbe1fe

Please sign in to comment.