From 19818c85736b01ce0c19df6a793f1f7f50e49f94 Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Mon, 6 Nov 2017 14:21:29 -0500 Subject: [PATCH] Remove stray print() --- stix2/test/test_bundle.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stix2/test/test_bundle.py b/stix2/test/test_bundle.py index 262b050..8b14172 100644 --- a/stix2/test/test_bundle.py +++ b/stix2/test/test_bundle.py @@ -131,7 +131,6 @@ def test_create_bundle1(indicator, malware, relationship): def test_create_bundle2(indicator, malware, relationship): bundle = stix2.Bundle(objects=[indicator, malware, relationship]) - print(repr(bundle)) assert json.loads(bundle.serialize()) == EXPECTED_BUNDLE_DICT