2004-08-25 Tim Waugh <twaugh@redhat.com>

* src/WriteGedcom.py (GedcomWriter.write_person): Removed
        debugging noise.


svn: r3511
This commit is contained in:
Tim Waugh 2004-08-25 07:57:05 +00:00
parent 2523c7abf8
commit 434181bd32
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
2004-08-25 Tim Waugh <twaugh@redhat.com>
* src/WriteGedcom.py (GedcomWriter.write_person): Removed
debugging noise.
* src/RelLib.py (Person.parents_too_old): Fixed typo.
2004-08-24 Don Allingham <dallingham@users.sourceforge.net>

View File

@ -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')