Remove the print statement
svn: r156
This commit is contained in:
parent
24da1a6d67
commit
ef4455c7c0
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user