Remove stray debug from context.py

Unfortunately this got committed by mistake via:
https://review.openstack.org/#/c/254145/

Change-Id: I31fc635f2053ca24c46e73be0fe9966d956eb67f
This commit is contained in:
Steven Hardy 2016-01-05 17:19:12 +00:00
parent 5e1c8cb19e
commit 100f9153b7
1 changed files with 0 additions and 1 deletions

View File

@ -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 '