diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 41e3c6498..ce44c7fe7 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,4 +1,6 @@ 2004-08-25 Tim Waugh + * src/WriteGedcom.py (GedcomWriter.write_person): Removed + debugging noise. * src/RelLib.py (Person.parents_too_old): Fixed typo. 2004-08-24 Don Allingham diff --git a/gramps2/src/WriteGedcom.py b/gramps2/src/WriteGedcom.py index 045a75a03..8918d1a02 100644 --- a/gramps2/src/WriteGedcom.py +++ b/gramps2/src/WriteGedcom.py @@ -1030,7 +1030,6 @@ class GedcomWriter: photo_obj = self.db.get_object_from_handle(photo_obj_id) if photo_obj and photo_obj.get_mime_type() == "image/jpeg": path = photo_obj.get_path () - print path if not os.path.isfile(path): continue self.writeln('1 OBJE')