Remove stray print which caused magnum-db-manage to fail
A stray debug print was causing magnum-db-manage to fail because the configuration file was read after the print. The print printed out configuration information. Change-Id: I077aaa80fad40a10148bcab93c5278e5871e899d
This commit is contained in:
parent
129fb6e349
commit
3a7e9fb435
@ -95,6 +95,5 @@ def main():
|
||||
# set_defaults() is called to register the db options.
|
||||
options.set_defaults(CONF)
|
||||
|
||||
print ('manager is %s' % get_manager())
|
||||
CONF(project='magnum')
|
||||
CONF.command.func(get_manager())
|
||||
|
Loading…
Reference in New Issue
Block a user