Skip to content

Commit 8b0fb47

Browse files
committed
Remove print left by accident
1 parent 9118c02 commit 8b0fb47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_pytest/assertion/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ def _load_modules(mode):
165165

166166

167167
def warn_about_missing_assertion(mode, pluginmanager):
168-
print('got here')
169168
try:
170169
assert False
171170
except AssertionError:

0 commit comments

Comments
 (0)