Skip to content

Commit

Permalink
fix: delete unnecessary debug info (AimRT#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
yglsaltfish authored Dec 5, 2024
1 parent 356ddd7 commit 8c04a16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/echo_plugin/echo_plugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ void EchoPlugin::InitTypeSupport(Options::TypeSupportPkg& options) {
.type_support_ref = type_support_ref,
.loader_ptr = loader_ptr.get()});
}
AIMRT_INFO("Load {} type support pkgs.", type_support_pkg_loader_vec_.size());
type_support_pkg_loader_vec_.emplace_back(std::move(loader_ptr));
}

Expand Down

0 comments on commit 8c04a16

Please sign in to comment.