Skip to content

Commit

Permalink
removing rogue print
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbc committed Jul 19, 2019
1 parent 724e8b6 commit 705281a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scrunch/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2277,8 +2277,6 @@ def exclude(self, expr=None):
else:
expr_obj = expr

print(expr_obj)

return self.resource.session.patch(
self.resource.fragments.exclusion,
data=json.dumps(dict(expression=expr_obj))
Expand Down

0 comments on commit 705281a

Please sign in to comment.