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

@@ -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: