forked from shaba/openuds
Fixed "print" to "logger.debug"
This commit is contained in:
parent
35a5a78220
commit
c81f162b90
@ -48,7 +48,7 @@ class Command(BaseCommand):
|
||||
GlobalConfig.initialize()
|
||||
try:
|
||||
for config in args:
|
||||
print config
|
||||
logger.debug('Config: {}'.format(config))
|
||||
first, value = config.split('=')
|
||||
first = first.split('.')
|
||||
if len(first) == 2:
|
||||
|
Loading…
x
Reference in New Issue
Block a user