From 259a0a200745f609b414c9c42d67e61d9ac25e57 Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Fri, 14 Aug 2020 13:15:22 -0600 Subject: [PATCH] tests: ida: remove old print --- tests/test_ida_features.py | 1 - 1 file changed, 1 deletion(-) 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()