remove unused commented code in main.cpp
This commit is contained in:
parent
2ba28e0deb
commit
8ffa4f6b77
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Reference in a new issue