removed debug logs

This commit is contained in:
berndgassmann 2024-07-08 09:38:46 +02:00
parent 634e418777
commit edcbae1ee1
1 changed files with 0 additions and 2 deletions

View File

@ -40,13 +40,11 @@ DdsDomainParticipantImpl::DdsDomainParticipantImpl() {
}
DdsDomainParticipantImpl::~DdsDomainParticipantImpl() {
std::cerr << "~DdsDomainParticipantImpl" << std::endl;
carla::log_warning("DdsDomainParticipantImpl::Destructor()");
if ((_participant != nullptr) && (_factory != nullptr)) {
_factory->delete_participant(_participant);
_participant=nullptr;
}
std::cerr << "~DdsDomainParticipantImpl end" << std::endl;
}
} // namespace ros2