removed debug statements, fixed tables in PDF format

svn: r269
This commit is contained in:
Don Allingham 2001-07-30 02:43:22 +00:00
parent 129bca5dd6
commit 412d2632c7
2 changed files with 0 additions and 3 deletions

View File

@ -128,7 +128,6 @@ def mk_thumb(source,dest,size):
os.system(cmd)
else:
try:
print "Creating thumbnail",dest,"from",source
im = PIL.Image.open(source)
im.thumbnail((size,size))
im.save(dest,"JPEG")

View File

@ -570,8 +570,6 @@ class TextDoc:
self.rmargin = 2.54
self.title = ""
print self.height, self.width
self.font = FontStyle()
self.style_list = styles.get_styles()
self.table_styles = {}