From 44a0caade0a721291b2d9dedf8b7662d5794425a Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 26 Dec 2019 08:42:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E8=BE=93=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- globals/globals.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globals/globals.go b/globals/globals.go index 4d4d3c85d..90fbc0fed 100644 --- a/globals/globals.go +++ b/globals/globals.go @@ -69,7 +69,7 @@ func init() { } func Init() { - if IsProductEnv(){ + if false { //IsProductEnv() { OutputDebugMsgLevel = 1 }