diff --git a/src/etc/lexer.cpp b/src/etc/lexer.cpp index 325ef98..454c098 100644 --- a/src/etc/lexer.cpp +++ b/src/etc/lexer.cpp @@ -81,10 +81,5 @@ vector lex(const string_view& in) } } } - /* Test - for (const auto& it : resVal) { - cout << it << ' ' << it.toktype << '\n'; - } - */ return resVal; } \ No newline at end of file