Skip to content

Commit

Permalink
Remove print left by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jun 21, 2016
1 parent 9118c02 commit 8b0fb47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _pytest/assertion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def _load_modules(mode):


def warn_about_missing_assertion(mode, pluginmanager):
print('got here')
try:
assert False
except AssertionError:
Expand Down

0 comments on commit 8b0fb47

Please sign in to comment.