Remove "SMOOTH BEGIN?" message

This commit is contained in:
volzhs 2016-07-21 17:34:58 +09:00
parent 79a7473cac
commit dd7b1021f6

View file

@ -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;) {