Prevent printing of unnecessary info
This commit is contained in:
parent
183ec2907e
commit
d989f4f0e3
1 changed files with 0 additions and 1 deletions
|
@ -214,6 +214,5 @@ int main(int argc, char* argv[])
|
|||
|
||||
std::cout << "AES (" << cycles << " runs)\nElapsed time: ";
|
||||
std::cout << milliseconds << "ms\n"; // Before C++20
|
||||
std::cout << "Last result: " << in << "\n";
|
||||
exit(in[0]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue