Remove debug output from patch 500747
https://review.openstack.org/#/c/500747/ contains one debug line which should not exists Change-Id: Iae2d130216dbfb6210df1ed6337eabc0b2752391
This commit is contained in:
parent
b4602b14eb
commit
2de2a92e7e
@ -54,7 +54,6 @@ class Shell(object):
|
||||
"".format(self.params.name))
|
||||
|
||||
def execute(self):
|
||||
print(self.params.command)
|
||||
self.commands.get(self.params.command)(self)
|
||||
|
||||
def print_table(self, headers, columns):
|
||||
|
Loading…
Reference in New Issue
Block a user