training wheels off
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user