diff --git a/update/agent/src/linux/datasid-parse.cpp b/update/agent/src/linux/datasid-parse.cpp
index 231a5ed5b49b4be0dd2d7722e145ad2451f3e00a..13557967007249cd3b8e9230ec0c99b66cac0816 100644
--- a/update/agent/src/linux/datasid-parse.cpp
+++ b/update/agent/src/linux/datasid-parse.cpp
@@ -96,8 +96,6 @@ bool isValid(std::string* line) {
     normalize(line);
     int i = 0;
 
-    std::cout << "line: "  << (*line) << std::endl;
-
     /* if the line is a comment */
 
     if (std::regex_match((*line), std::regex("((\\/\\/)|(\\/\\*)|(\\#))(.*)")))