From 29a40f4bca233dc82f488fb82efcefeef624e4ee Mon Sep 17 00:00:00 2001 From: Gary Burton Date: Tue, 18 Dec 2007 19:10:39 +0000 Subject: [PATCH] 2007-12-18 Gary Burton * src/plugins/DetAncestralReport.py: Remove some test code svn: r9529 --- ChangeLog | 3 +++ src/plugins/DetAncestralReport.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4120e6b46..ee4345575 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-12-18 Gary Burton + * src/plugins/DetAncestralReport.py: Remove some test code + 2007-12-17 Douglas S. Blank * src/DbManager.py: I was having some weird issues with the archive file giving errors about "still in use". With these changes, I haven't diff --git a/src/plugins/DetAncestralReport.py b/src/plugins/DetAncestralReport.py index 91134c27f..88a4c0a22 100644 --- a/src/plugins/DetAncestralReport.py +++ b/src/plugins/DetAncestralReport.py @@ -415,7 +415,6 @@ class DetAncestorReport(Report): for notehandle in notelist: note = self.database.get_note_from_handle(notehandle) self.doc.start_paragraph('DAR-MoreDetails') - self.doc.write_text("test") self.doc.write_text(note.get()) self.doc.end_paragraph()