Skip to content
Snippets Groups Projects
Commit 72d121a9 authored by Lais Frigério's avatar Lais Frigério
Browse files

Issue #10: Delete some test lines

parent c955ff79
No related branches found
No related tags found
2 merge requests!51Merge development to master,!30Parse config and proxy fle
...@@ -96,8 +96,6 @@ bool isValid(std::string* line) { ...@@ -96,8 +96,6 @@ bool isValid(std::string* line) {
normalize(line); normalize(line);
int i = 0; int i = 0;
std::cout << "line: " << (*line) << std::endl;
/* if the line is a comment */ /* if the line is a comment */
if (std::regex_match((*line), std::regex("((\\/\\/)|(\\/\\*)|(\\#))(.*)"))) if (std::regex_match((*line), std::regex("((\\/\\/)|(\\/\\*)|(\\#))(.*)")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment