From 100f9153b7d7456ae7cef6e814e892e6b47b10c2 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Tue, 5 Jan 2016 17:19:12 +0000 Subject: [PATCH] Remove stray debug from context.py Unfortunately this got committed by mistake via: https://review.openstack.org/#/c/254145/ Change-Id: I31fc635f2053ca24c46e73be0fe9966d956eb67f --- heat/common/context.py | 1 - 1 file changed, 1 deletion(-) diff --git a/heat/common/context.py b/heat/common/context.py index 0e03d76637..642364ad5e 100644 --- a/heat/common/context.py +++ b/heat/common/context.py @@ -174,7 +174,6 @@ class RequestContext(context.RequestContext): cfg.CONF, TRUSTEE_CONF_GROUP, trust_id=self.trust_id) if self._trusts_auth_plugin: - LOG.warning(_LW('SHDEBUG NOT Using the keystone_authtoken')) return self._trusts_auth_plugin LOG.warning(_LW('Using the keystone_authtoken user as the heat '