diff --git a/conftest.py b/conftest.py index 1482f05215..3c566e3672 100644 --- a/conftest.py +++ b/conftest.py @@ -9,7 +9,6 @@ from openpilot.system.hardware import TICI def pytest_sessionstart(session): # TODO: fix tests and enable test order randomization if session.config.pluginmanager.hasplugin('randomly'): - print('HAS RANDOMLY PLUGIN') session.config.option.randomly_reorganize = False