diff --git a/tests/integration/buildcmd/test_build_cmd.py b/tests/integration/buildcmd/test_build_cmd.py index 20b0290795a..f23b4f4f10a 100644 --- a/tests/integration/buildcmd/test_build_cmd.py +++ b/tests/integration/buildcmd/test_build_cmd.py @@ -2968,7 +2968,6 @@ def setUpClass(cls): cls.update_sar_template = UpdatableSARTemplate(cls.template_path) cls.update_sar_template.setup() cls.template_path = cls.update_sar_template.updated_template_path - print(cls.template_path) @classmethod def tearDownClass(cls):