diff --git a/src/CommunicationManager.cpp b/src/CommunicationManager.cpp index a7f82b4..19f4262 100644 --- a/src/CommunicationManager.cpp +++ b/src/CommunicationManager.cpp @@ -425,14 +425,14 @@ inline void CommunicationManager::Check_In_Messages_and_Transfer_To_Topics() { sscanf(it->second->c_str() + j, "%" PRIu64 " ", ¤t_int64); - std::cout << "received Frame:" << current_int64 << std::endl; + //std::cout << "received Frame:" << current_int64 << std::endl; mavlink_msg.payload64.push_back(current_int64); } } } - //std::cout << "one multi message published in topic with size :" <payload64.at(i)); - std::cout << "Sent Frame in (uint64):"<payload64.at(i) << std::endl; + //std::cout << "Sent Frame in (uint64):"<payload64.at(i) << std::endl; //std::cout << "Sent Frame in string"<