2021-11-11 Fred Gleason <fredg@paravelsystems.com>

* Removed debugging code from 'web/rdxport/carts.cpp'.
	* Removed debugging code from 'apis/rivwebpyapi/api/rivwebpyapi.py'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-11-11 17:12:04 -05:00
parent 5bb2211cea
commit 04ea0f0ca6
3 changed files with 4 additions and 5 deletions

View File

@@ -277,7 +277,6 @@ class rivwebpyapi(object):
'songId': 'string'
}
handler=RivWebPyApi_ListHandler(base_tag='cart',fields=fields)
print(r.text)
xml.sax.parseString(r.text,handler)
return handler.output()