diff --git a/gramps/src/RelImage.py b/gramps/src/RelImage.py index 3049c18c5..f8e831d6a 100644 --- a/gramps/src/RelImage.py +++ b/gramps/src/RelImage.py @@ -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") diff --git a/gramps/src/TextDoc.py b/gramps/src/TextDoc.py index d47537619..c5582159f 100644 --- a/gramps/src/TextDoc.py +++ b/gramps/src/TextDoc.py @@ -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 = {}