Removed a few debugging prints

This commit is contained in:
Skyler Lehmkuhl 2013-01-18 13:20:41 -05:00
parent 20676240c4
commit 682b30540c
1 changed files with 0 additions and 1 deletions

View File

@ -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