From 46cf5484fd20de3e1c43abb117dec80c1d333204 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 10 Mar 2022 15:41:45 +0100 Subject: [PATCH] Remove old commented code --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index fd278f4..1ce1180 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -56,7 +56,6 @@ int main() } if (line_nc[1] == '-') { - // std::cout << "\x1b[91m" << line_nc << "\x1b[m\n"; std::cout << line.substr(0, pos) << red << line.substr(pos) << reset << '\n'; continue;