Mario: remove useless debug outputs

This commit is contained in:
2021-08-07 21:43:27 +02:00
parent f04dc1e23b
commit f35aa095f3
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -44,7 +44,6 @@ void MushroomVisitor::visit( const SDLPP::RenderObject &obj ) {
}
break;
case MARIO_ID:
std::cout << "MARIO" << std::endl;
death = true;
default:
break;