Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/src/editmesh_tools.c')
-rw-r--r--source/blender/src/editmesh_tools.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/editmesh_tools.c b/source/blender/src/editmesh_tools.c
index 09bb08255bd..b839ed0f2b5 100644
--- a/source/blender/src/editmesh_tools.c
+++ b/source/blender/src/editmesh_tools.c
@@ -5145,8 +5145,6 @@ void subdivideflag(int flag, float rad, int beauty)
float fac, vec[3], vec1[3], len1, len2, len3, percent;
short test;
- printf("in old subdivideflag\n");
-
if(beauty & B_SMOOTH) {
short perc= 100;