Removed print statement
This commit is contained in:
parent
02454f5f7a
commit
1b54354d09
|
@ -19,7 +19,6 @@ namespace input {
|
||||||
std::set<std::string> tokens;
|
std::set<std::string> tokens;
|
||||||
for(auto line: lines) {
|
for(auto line: lines) {
|
||||||
tokens.insert(line.second.first);
|
tokens.insert(line.second.first);
|
||||||
std::cout << line.second.first << std::endl;
|
|
||||||
}
|
}
|
||||||
return tokens;
|
return tokens;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue