瀏覽代碼

Remove "SMOOTH BEGIN?" message

volzhs 9 年之前
父節點
當前提交
dd7b1021f6
共有 1 個文件被更改,包括 0 次插入2 次删除
  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))
 	if (smooth_groups.has(0))
 		smooth=smooth_groups[0];
 		smooth=smooth_groups[0];
 
 
-	print_line("SMOOTH BEGIN? "+itos(smooth));
-
 	List< Vertex >::Element *B=vertex_array.front();
 	List< Vertex >::Element *B=vertex_array.front();
 	for(List< Vertex >::Element *E=B;E;) {
 	for(List< Vertex >::Element *E=B;E;) {