Skip to content

Commit

Permalink
Remove debugging code used in BaseAWSCommandParamsTest
Browse files Browse the repository at this point in the history
Fixes the failing tests.
  • Loading branch information
jamesls committed Nov 12, 2013
1 parent e12ad05 commit 54d6c2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def run_cmd(self, cmd, expected_rc=0):
cmdlist = cmd.split()
else:
cmdlist = cmd
rc = driver.main(cmdlist)

captured_stderr = six.StringIO()
captured_stdout = six.StringIO()
Expand Down

0 comments on commit 54d6c2e

Please sign in to comment.