We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5b54f commit 1761714Copy full SHA for 1761714
itoolkit/db2/idb2call.py
@@ -110,6 +110,5 @@ def call(self, itool):
110
for row in cursor:
111
xml_out += row[0]
112
113
- print(xml_out)
114
return xml_out.rstrip('\0')
115
0 commit comments