Remove the print statement

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

View File

@ -301,8 +301,6 @@ class RTFDoc(TextDoc):
for cell in range(self.cell,self.cell+span):
self.cell_percent = self.cell_percent + float(self.tbl_style.get_column_width(cell))
cell_width = twips((table_width * self.cell_percent)/100.0)
# self.prev = self.prev + cell_width
print cell_width,twips(self.get_usable_width())
self.f.write('\\cellx%d\\pard\intbl\n' % cell_width)
self.cell = self.cell+1

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: