Removed legacy print

This commit is contained in:
Nex 2022-08-19 15:19:46 +02:00
parent 429b223555
commit fa7d6166f4

View File

@ -44,7 +44,6 @@ class Indicators:
paths = os.environ["MVT_STIX2"].split(":")
for path in paths:
print(path)
if os.path.isfile(path):
self.parse_stix2(path)
else: