Remove print left by accident

This commit is contained in:
Bruno Oliveira
2016-06-21 12:23:02 +02:00
parent 9118c0222f
commit 8b0fb47c79

View File

@@ -165,7 +165,6 @@ def _load_modules(mode):
def warn_about_missing_assertion(mode, pluginmanager):
print('got here')
try:
assert False
except AssertionError: