Skip to content

Commit e86e755

Browse files
remove excess print statement
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 31a0e52 commit e86e755

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/databricks/sql/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def build_queue(
140140
ResultSetQueue: The appropriate queue for the result data
141141
"""
142142

143-
print(sea_result_data)
144143
if sea_result_data.data is not None:
145144
# INLINE disposition with JSON_ARRAY format
146145
return JsonQueue(sea_result_data.data)

0 commit comments

Comments
 (0)