Browse Source

Remove "SMOOTH BEGIN?" message

volzhs 9 years ago
parent
commit
dd7b1021f6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      scene/resources/surface_tool.cpp

+ 0 - 2
scene/resources/surface_tool.cpp

@@ -752,8 +752,6 @@ void SurfaceTool::generate_normals() {
 	if (smooth_groups.has(0))
 		smooth=smooth_groups[0];
 
-	print_line("SMOOTH BEGIN? "+itos(smooth));
-
 	List< Vertex >::Element *B=vertex_array.front();
 	for(List< Vertex >::Element *E=B;E;) {