From 7318989db3c15f520865db0811fe41c13dd6a259 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Thu, 28 Nov 2013 00:39:28 -0500 Subject: [PATCH] HAAAAAAAAAAAAAAAAAAAAAAANDS --- misc_funcs.py | 1 - 1 file changed, 1 deletion(-) 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