From 8f9267438775d6cc40f52ee334f11c5b965473fd Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Wed, 13 Mar 2024 18:02:54 +0100 Subject: [PATCH] lexer.cpp: Remove commented test code Signed-off-by: Username404-59 --- src/etc/lexer.cpp | 5 ----- 1 file changed, 5 deletions(-) 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