diff --git a/misc_funcs.py b/misc_funcs.py index d007ac2..bd422b3 100644 --- a/misc_funcs.py +++ b/misc_funcs.py @@ -206,7 +206,6 @@ def simplify_shape(shape,mode,iterations): del shape[j] if mode=="smooth": shape = catmullRom2bezier([shape[0]]*2+shape+[shape[-1]]) - print shape return shape#+nshape