From 383bf5755e7b40c82617ea073c1a34cc010b074d Mon Sep 17 00:00:00 2001 From: Michael K Date: Wed, 21 Mar 2018 22:06:46 -0400 Subject: [PATCH] remove debug line --- stix2/datastore/filesystem.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stix2/datastore/filesystem.py b/stix2/datastore/filesystem.py index b525932..a6f31cf 100644 --- a/stix2/datastore/filesystem.py +++ b/stix2/datastore/filesystem.py @@ -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_)))