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:
Steven Dake 2014-12-04 18:09:15 -07:00
parent 129fb6e349
commit 3a7e9fb435
1 changed files with 0 additions and 1 deletions

View File

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