diff options
author | Yun Huang <yun.huang@windriver.com> | 2018-03-20 21:19:48 +0800 |
---|---|---|
committer | Yun Huang <yun.huang@windriver.com> | 2018-03-20 21:19:48 +0800 |
commit | 8f2f1ef249d6d807b114a6a7e8cd385101bb578f (patch) | |
tree | ab854f6b18949deadafc5142fa71536d3307c942 /share/newton_base/proxy/dnsaasdelegate.py | |
parent | bbfb70d39ea3a2dad2e89aad64714b7cb6819147 (diff) |
Disable DEBUG mode for MC plugin windriver
Change-Id: If46e999c75abfb84b66d045f7fa2035f947d57fa
Issue-ID: MULTICLOUD-196
Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'share/newton_base/proxy/dnsaasdelegate.py')
-rw-r--r-- | share/newton_base/proxy/dnsaasdelegate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/newton_base/proxy/dnsaasdelegate.py b/share/newton_base/proxy/dnsaasdelegate.py index 8a384527..66d123f1 100644 --- a/share/newton_base/proxy/dnsaasdelegate.py +++ b/share/newton_base/proxy/dnsaasdelegate.py @@ -32,7 +32,7 @@ from newton_base.util import VimDriverUtils logger = logging.getLogger(__name__) -DEBUG=True +#DEBUG=True class DnsaasDelegate(Services): ''' |