diff --git a/sources/Main.cpp b/sources/Main.cpp index 3fe7a72e..6da852e9 100644 --- a/sources/Main.cpp +++ b/sources/Main.cpp @@ -39,6 +39,5 @@ int main(int argc, char** argv) for (auto& opcode: synth.getUnknownOpcodes()) std::cout << opcode << ','; std::cout << '\n'; - system("pause"); return 0; } \ No newline at end of file