Skip to content

Commit 1761714

Browse files
committed
Remove debug print line
1 parent 8a5b54f commit 1761714

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

itoolkit/db2/idb2call.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,5 @@ def call(self, itool):
110110
for row in cursor:
111111
xml_out += row[0]
112112

113-
print(xml_out)
114113
return xml_out.rstrip('\0')
115114

0 commit comments

Comments
 (0)