diff --git a/init.go b/init.go index 76b5620..8521bf4 100644 --- a/init.go +++ b/init.go @@ -41,11 +41,11 @@ func init() { initLines = append(initLines, fmt.Sprintf("%s not found", confName)) } initLines = append(initLines, fmt.Sprintf("_optTimeZone:%d", _optTimeZone)) - if Debug() { + /*if Debug() { for _, val := range initLines { fmt.Println(val) } - } + }*/ } func GetInitLogs() []string {