mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Use a variable but a function for IsProd because of a slight performance increment (#17368)
This commit is contained in:
@@ -136,8 +136,8 @@ func NewTestEngine() (err error) {
|
||||
}
|
||||
|
||||
x.SetMapper(names.GonicMapper{})
|
||||
x.SetLogger(NewXORMLogger(!setting.IsProd()))
|
||||
x.ShowSQL(!setting.IsProd())
|
||||
x.SetLogger(NewXORMLogger(!setting.IsProd))
|
||||
x.ShowSQL(!setting.IsProd)
|
||||
return syncTables()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user