From: Alfredo Deza Date: Thu, 6 Mar 2014 20:52:32 +0000 (-0500) Subject: remove debug log calls X-Git-Tag: v1.4.0~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=959e85cd88c409cc7185a963156623d43080784a;p=ceph-deploy.git remove debug log calls Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index 8b47b5c..2a0d0f8 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -23,9 +23,6 @@ def install(args): version_str = args.version_kind - LOG.info('args: %s' % args) - LOG.info('version %s' % version) - LOG.info('version str: %s' % version_str) if version: version_str += ' version {version}'.format(version=version) LOG.debug(