Mario: remove useless debug outputs
This commit is contained in:
@@ -584,7 +584,6 @@ void placeTool( SDLPP::Scene &scene ) {
|
||||
|
||||
scene.visitCollisions( *global_vars.current_tool, visitor );
|
||||
auto &obj = getSelectedObject();
|
||||
std::cout << "Remove? " << (visitor.removeBlock() ? "YES" : "NO") << ", Add?" << (visitor.addBlock() ? "YES" : "NO") << std::endl;
|
||||
if ( visitor.removeBlock() && !visitor.addBlock() ) {
|
||||
switch ( visitor.getVisitorType() ) {
|
||||
case VisitorType::Terrain:
|
||||
|
||||
Reference in New Issue
Block a user