Remove debug print statement

This commit is contained in:
Christophe de Vienne
2012-04-25 23:45:16 +02:00
parent ec34f24450
commit ae413cd49a

View File

@@ -73,9 +73,7 @@ def loadxml(el, datatype):
print (d)
return d
else:
print datatype, el.text
if datatype == wsme.types.binary:
print "here"
return base64.decodestring(el.text)
if isusertype(datatype):
datatype = datatype.basetype