Skip to content

Commit d0ccb85

Browse files
culpgrantsfc-gh-mmishchenko
authored andcommitted
remove print
1 parent 6edaeb5 commit d0ccb85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integ/pandas/test_pandas_tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,6 @@ def test_table_location_building(
576576

577577
def mocked_execute(*args, **kwargs):
578578
if len(args) >= 1 and args[0].startswith("COPY INTO"):
579-
print(kwargs)
580579
assert kwargs["params"][0] == expected_location
581580
cur = SnowflakeCursor(cnx)
582581
cur._result = iter([])

0 commit comments

Comments
 (0)