Remove the print statement

svn: r156
This commit is contained in:
Don Allingham
2001-06-17 13:44:08 +00:00
parent fb51cdcb13
commit c5e1f14183
2 changed files with 0 additions and 3 deletions

View File

@@ -112,7 +112,6 @@ def mk_thumb(source,dest,size):
if no_pil:
cmd = "%s -geometry %dx%d '%s' '%s'" % (const.convert,size,size,source,dest)
print cmd
os.system(cmd)
else:
try: