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:
Vladimir Khlyunev 2017-09-05 16:41:40 +04:00
parent b4602b14eb
commit 2de2a92e7e

View File

@ -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):