summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/api/openstack/versions.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/api/openstack/versions.py b/nova/api/openstack/versions.py
index 40c187607..f389933b9 100644
--- a/nova/api/openstack/versions.py
+++ b/nova/api/openstack/versions.py
@@ -205,7 +205,6 @@ class VersionsXMLSerializer(wsgi.XMLDictSerializer):
# in the base class (XMLDictSerializer), which I plan to do in
# another branch
def to_xml_string(self, node, has_atom=False):
- print "TOXML"
self._add_xmlns(node, has_atom)
return node.toxml(encoding='UTF-8')
@@ -278,7 +277,6 @@ class VersionsAtomSerializer(wsgi.XMLDictSerializer):
# in the base class (XMLDictSerializer), which I plan to do in
# another branch
def to_xml_string(self, node, has_atom=False):
- print "TOXML"
self._add_xmlns(node, has_atom)
return node.toxml(encoding='UTF-8')