From 682b30540c7306790e74d59a9b6f2a29d3d42a1f Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Fri, 18 Jan 2013 13:20:41 -0500 Subject: [PATCH] Removed a few debugging prints --- lightningbeam.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lightningbeam.py b/lightningbeam.py index 20b017b..2820002 100755 --- a/lightningbeam.py +++ b/lightningbeam.py @@ -640,7 +640,6 @@ def import_to_stage(widget=None): os.system("convert "+thefile+" "+svlgui.SECURETEMPDIR+"/"+".".join(thefile.split("/")[-1].split(".")[:-1])+".png") thefile = svlgui.SECURETEMPDIR+"/"+".".join(thefile.split("/")[-1].split(".")[:-1])+".png" im = box(100,100,200,200,svlgui.Color(thefile)) - print im.filled im.onMouseDown = onMouseDownObj im.onMouseMove = onMouseMoveObj im.onMouseDrag = onMouseDragObj