in key/value pairs;
(dump_location): Remove debug output. svn: r7362
This commit is contained in:
parent
e87d4d084c
commit
ee3d288ad4
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user