From 8f2f1ef249d6d807b114a6a7e8cd385101bb578f Mon Sep 17 00:00:00 2001 From: Yun Huang Date: Tue, 20 Mar 2018 21:19:48 +0800 Subject: Disable DEBUG mode for MC plugin windriver Change-Id: If46e999c75abfb84b66d045f7fa2035f947d57fa Issue-ID: MULTICLOUD-196 Signed-off-by: Yun Huang --- share/newton_base/proxy/identityV3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/newton_base/proxy/identityV3.py') diff --git a/share/newton_base/proxy/identityV3.py b/share/newton_base/proxy/identityV3.py index 057bdf3e..a7c8c546 100644 --- a/share/newton_base/proxy/identityV3.py +++ b/share/newton_base/proxy/identityV3.py @@ -30,7 +30,7 @@ from newton_base.proxy.proxy_utils import ProxyUtils logger = logging.getLogger(__name__) -DEBUG=True +#DEBUG=True v3_version_detail = { "version": { -- cgit 1.2.3-korg