remove debug line

stix2.0
Michael K 2018-03-21 22:06:46 -04:00 committed by GitHub
parent 3c2d877bc3
commit 383bf5755e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -318,7 +318,6 @@ class FileSystemSource(DataSource):
stix_obj["id"]
except (ValueError, KeyError): # likely not a JSON file
print("filesytem TypeError raised")
raise TypeError("STIX JSON object at '{0}' could either not be parsed to "
"JSON or was not valid STIX JSON".format(os.path.join(root, file_)))