fix: delete unnecessary debug info (#118)

This commit is contained in:
ATT_POWER 2024-12-05 14:35:14 +08:00 committed by GitHub
parent 356ddd7bb6
commit 8c04a168e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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));
}