From 2d55606e49d2cc13e85d4dc55f9138b0d0f415d2 Mon Sep 17 00:00:00 2001 From: athatheocsd <athatheo@csd.auth.gr> Date: Fri, 11 Jan 2019 05:21:05 +0200 Subject: [PATCH] deleted unnecessary lines --- src/Services/EventActionService.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Services/EventActionService.cpp b/src/Services/EventActionService.cpp index 478c7943..6f39d0da 100644 --- a/src/Services/EventActionService.cpp +++ b/src/Services/EventActionService.cpp @@ -27,7 +27,6 @@ void EventActionService::addEventActionDefinitions(Message message) { ErrorHandler::reportInternalError(ErrorHandler::InternalErrorType::MessageTooLarge); } else { char data[ECSS_EVENT_SERVICE_STRING_SIZE]; - std::cout << message.dataSize; message.readString(data, message.dataSize - 4); eventActionDefinitionArray[index].request = String<ECSS_EVENT_SERVICE_STRING_SIZE>( data); -- GitLab