fix: 注释掉日志输出以减少启动时的冗余信息
This commit is contained in:
@@ -60,7 +60,7 @@ func ImportSQL() {
|
||||
processSQLFile(db, sqlPath)
|
||||
}
|
||||
|
||||
log.Println("process success")
|
||||
// log.Println("process success")
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user