This commit is contained in:
aozhiwei 2020-10-26 20:04:00 +08:00
parent b50a0152e1
commit ef23a486d3

View File

@ -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 {