Remove stray `print` statement

stix2.0
Chris Lenk 2017-10-26 15:35:19 -04:00
parent 5dffe74867
commit 4e3752912d
1 changed files with 0 additions and 1 deletions

View File

@ -216,7 +216,6 @@ class MemorySource(DataSource):
all_data = self.query(query=query, _composite_filters=_composite_filters)
if all_data:
print(all_data)
# reduce to most recent version
stix_obj = sorted(all_data, key=lambda k: k['modified'])[0]