From 73f9c23fc35bcdd5f2964e278049e25e4deacc92 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Thu, 11 Jul 2013 13:02:54 -0700 Subject: [PATCH] Remove commented out code Change-Id: I0813a7594774d34b798fc8be316cfc325d4e4a95 --- tests/unit/test_cli20.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unit/test_cli20.py b/tests/unit/test_cli20.py index b1b649093..ff3895822 100644 --- a/tests/unit/test_cli20.py +++ b/tests/unit/test_cli20.py @@ -370,8 +370,6 @@ class CLITestV20Base(testtools.TestCase): cmd_parser = cmd.get_parser("list_" + resources) args = ['--request-format', self.format] shell.run_command(cmd, cmd_parser, args) - #parsed_args = cmd_parser.parse_args("") - #cmd.run(parsed_args) self.mox.VerifyAll() self.mox.UnsetStubs()