From 8ffa4f6b77968a1db90d3c59a68b598dddd3f6d8 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Thu, 26 May 2022 14:17:01 +0200 Subject: [PATCH] remove unused commented code in main.cpp --- src/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 92dee8e..696339b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -100,11 +100,8 @@ int main() { terminal::state keys; while (!exit) { writeInput(keys); - // writeResultLine(""); // background calculation - // new std::thread([keys]{ writeResultLine(Calculator::parseAndCaluclate(keys.keys), keys.keys.size()); - // }); auto input = cursor::getchar(); // if speciality char