tests: ida: remove old print

This commit is contained in:
William Ballenthin
2020-08-14 13:15:22 -06:00
parent eee565b596
commit 259a0a2007

View File

@@ -9,7 +9,6 @@ import pytest
try:
sys.path.append(os.path.dirname(__file__))
print(sys.path)
from fixtures import *
finally:
sys.path.pop()