Remove old commented code

This commit is contained in:
tastytea 2022-03-10 15:41:45 +01:00
parent 95ada60ea0
commit 46cf5484fd
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ int main()
} }
if (line_nc[1] == '-') if (line_nc[1] == '-')
{ {
// std::cout << "\x1b[91m" << line_nc << "\x1b[m\n";
std::cout << line.substr(0, pos) << red << line.substr(pos) std::cout << line.substr(0, pos) << red << line.substr(pos)
<< reset << '\n'; << reset << '\n';
continue; continue;