From ea83dc2739f1d2418d43947322ba1b89c787832d Mon Sep 17 00:00:00 2001 From: xiaodong <450468291@qq.com> Date: Mon, 14 Oct 2019 20:16:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=BB=98=E8=AE=A4=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E7=9A=84=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/utils/LogUtil.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/LogUtil.dart b/lib/utils/LogUtil.dart index 73feb87..3bab744 100644 --- a/lib/utils/LogUtil.dart +++ b/lib/utils/LogUtil.dart @@ -4,7 +4,7 @@ import 'package:flutter/cupertino.dart'; * 打印日志,外部可以控制日历信息的打印显示,方便调试查错 */ class LogUtil { - static bool _enableLog = true; //是否可以打印日志 + static bool _enableLog = false; //是否可以打印日志 static set enableLog(bool value) { _enableLog = value;