From 72d121a9e9c5e7c3a8fe9272cbe8237c75288201 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lais=20Frig=C3=A9rio?= <lfs@inf.ufpr.br>
Date: Wed, 14 Dec 2016 11:39:04 -0200
Subject: [PATCH] Issue #10: Delete some test lines

---
 update/agent/src/linux/datasid-parse.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/update/agent/src/linux/datasid-parse.cpp b/update/agent/src/linux/datasid-parse.cpp
index 231a5ed5..13557967 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("((\\/\\/)|(\\/\\*)|(\\#))(.*)")))
-- 
GitLab