Skip to content

Commit

Permalink
remove unneeded print
Browse files Browse the repository at this point in the history
  • Loading branch information
moelasmar committed Jun 2, 2023
1 parent 41594cb commit 4473d62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/buildcmd/test_build_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 4473d62

Please sign in to comment.