mirror of
https://github.com/mvt-project/mvt.git
synced 2026-05-16 13:59:22 +02:00
Removed legacy print
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user