From b1225161001a2769d55ca18f1ab41971e268115d Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 10 Oct 2006 04:15:26 +0000 Subject: [PATCH] remove debugging svn: r7383 --- gramps2/src/GrampsDb/_ReadGedcom.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gramps2/src/GrampsDb/_ReadGedcom.py b/gramps2/src/GrampsDb/_ReadGedcom.py index 6e989b27d..1cb065e15 100644 --- a/gramps2/src/GrampsDb/_ReadGedcom.py +++ b/gramps2/src/GrampsDb/_ReadGedcom.py @@ -373,13 +373,11 @@ class NoteParser: match = contRE.match(text) if match: - print "MATCH CONT", text noteobj.append("\n" + match.groups()[0]) continue match = concRE.match(text) if match: - print "MATCH CONC", text if broken: noteobj.append(" " + match.groups()[0]) else: @@ -388,8 +386,6 @@ class NoteParser: # Here we have finished parsing CONT/CONC tags for the NOTE # and ignored the rest of the tags (SOUR,CHAN,REFN,RIN). - print "> ", text - print noteobj.get() innote = False match = noteRE.match(text) if match: