diff --git a/src/App.cpp b/src/App.cpp index 9c3fc00..1c8cf06 100644 --- a/src/App.cpp +++ b/src/App.cpp @@ -39,10 +39,7 @@ void App::run() { while (!done && !modules.empty()) { for(auto it = modules.begin(); it != modules.end(); it++) { - std::cout << "Running module: " << (*it)->getName() << std::endl; (*it)->run(); - std::cout << "Module ran successfully\n"; - end(); } }