summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Wolf <throughnothing@gmail.com>2011-07-26 11:31:16 -0400
committerWilliam Wolf <throughnothing@gmail.com>2011-07-26 11:31:16 -0400
commit26f980c955e357df3685bcccda005a3008f86afb (patch)
tree3ca4bd86255b0ada504bb4a4cbbaf694cb34a9c7
parentbde063a98dad2ce75be1016b39a2c3f08759d4f6 (diff)
got rid of some prints
-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')