Skip to content

Commit

Permalink
Remove log message
Browse files Browse the repository at this point in the history
  • Loading branch information
tino097 committed Oct 22, 2018
1 parent b30761f commit 4f34df9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/cli/cli.py
Expand Up @@ -24,7 +24,6 @@ def __init__(self, conf=None):
@click_config_option
@click.pass_context
def ckan(ctx, config, *args, **kwargs):
log.info(u'Loading configuration')
ctx.obj = CkanCommand(config)


Expand Down

0 comments on commit 4f34df9

Please sign in to comment.