in key/value pairs;

(dump_location): Remove debug output.


svn: r7362
This commit is contained in:
Alex Roitman 2006-10-07 06:00:18 +00:00
parent e87d4d084c
commit ee3d288ad4
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,8 @@
2006-10-06 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_WriteXML.py (write_data_map): Escape special chars
in key/value pairs.
in key/value pairs;
(dump_location): Remove debug output.
* src/GrampsDb/_GrampsBSDDB.py (load): Do not create logs when TXN
is disabled;
(gramps_upgrade_9): Include upgrade_11 steps into upgrade_9.

View File

@ -846,8 +846,6 @@ class XmlWriter(UpdateCallback):
zip_code = self.fix(loc.get_postal_code())
phone = self.fix(loc.get_phone())
street = self.fix(loc.get_street())
print "*", street
self.g.write(' <location')
if street: