Remove print left by accident
This commit is contained in:
parent
9118c0222f
commit
8b0fb47c79
|
@ -165,7 +165,6 @@ def _load_modules(mode):
|
||||||
|
|
||||||
|
|
||||||
def warn_about_missing_assertion(mode, pluginmanager):
|
def warn_about_missing_assertion(mode, pluginmanager):
|
||||||
print('got here')
|
|
||||||
try:
|
try:
|
||||||
assert False
|
assert False
|
||||||
except AssertionError:
|
except AssertionError:
|
||||||
|
|
Loading…
Reference in New Issue