diff --git a/src/Services/EventActionService.cpp b/src/Services/EventActionService.cpp
index 478c794305bf8897476cf66c44ac7151542a6de6..6f39d0da8f84d4a8ca0269f710cf1f2299198038 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);