You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Make some debug prints verbose-only, remove others
This commit is contained in:
@@ -161,8 +161,6 @@ CSGBrush *CSGShape::_get_brush() {
|
||||
|
||||
void CSGShape::_update_shape() {
|
||||
|
||||
//print_line("updating shape for " + String(get_path()));
|
||||
|
||||
if (parent)
|
||||
return;
|
||||
|
||||
@@ -372,7 +370,6 @@ void CSGShape::_notification(int p_what) {
|
||||
|
||||
if (p_what == NOTIFICATION_LOCAL_TRANSFORM_CHANGED) {
|
||||
|
||||
//print_line("local xform changed");
|
||||
if (parent) {
|
||||
parent->_make_dirty();
|
||||
}
|
||||
@@ -641,7 +638,6 @@ CSGBrush *CSGMesh::_build_brush() {
|
||||
}
|
||||
}
|
||||
|
||||
//print_line("total vertices? " + itos(vertices.size()));
|
||||
if (vertices.size() == 0)
|
||||
return NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user