diff --git a/tests/test_ida_features.py b/tests/test_ida_features.py index e21815cb..b227775e 100644 --- a/tests/test_ida_features.py +++ b/tests/test_ida_features.py @@ -9,7 +9,6 @@ import pytest try: sys.path.append(os.path.dirname(__file__)) - print(sys.path) from fixtures import * finally: sys.path.pop()