From bf86d9e4a36b3b8b1baea6ffacd0038e3592a361 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Wed, 4 Jul 2001 05:37:30 +0000 Subject: [PATCH] Removed debugging statement svn: r223 --- src/GrampsParser.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/GrampsParser.py b/src/GrampsParser.py index 254bcc78d..67df3e8fa 100644 --- a/src/GrampsParser.py +++ b/src/GrampsParser.py @@ -649,8 +649,6 @@ class GrampsParser(handler.ContentHandler): else: note = u2l(tag) - print note - if self.address: self.address.setNote(note) print "Address"