Skip to content

Commit 6261ccb

Browse files
committed
remove debug print
1 parent 5a70e18 commit 6261ccb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integ/test_bindings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,6 @@ def test_binding_structured_map(conn_cnx, snowflake_type, write_value, read_valu
924924

925925
results = cursor.execute("SELECT * FROM TEST_TABLE1").fetchall()
926926

927-
print(results[0][0])
928927
assert json.loads(results[0][0]) == read_value
929928

930929

0 commit comments

Comments
 (0)