2007-12-18 Gary Burton <gary.burton@zen.co.uk>

* src/plugins/DetAncestralReport.py: Remove some test code



svn: r9529
This commit is contained in:
Gary Burton 2007-12-18 19:10:39 +00:00
parent 3a10b36866
commit 29a40f4bca
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2007-12-18 Gary Burton <gary.burton@zen.co.uk>
* src/plugins/DetAncestralReport.py: Remove some test code
2007-12-17 Douglas S. Blank <dblank@cs.brynmawr.edu>
* 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

View File

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