Skip to content

Commit

Permalink
chore: remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Oct 7, 2021
1 parent e75738f commit f636f1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def read_csv_check_extras(path, extras):
expected = with_py.copy().use(DIR=files).eval(expected)

def compare_df(actual, expected):
debug(actual.to_dict('records'), expected)
assert actual.to_dict('records') == unordered(expected)

def compare_set(actual, expected):
Expand Down

0 comments on commit f636f1f

Please sign in to comment.