Remove print left by accident
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user