fix function comment
This commit is contained in:
parent
759b73e975
commit
037468e256
2
gorm.go
2
gorm.go
@ -325,7 +325,7 @@ func (db *DB) Debug() (tx *DB) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// Debug start debug mode
|
// Skip the output statement
|
||||||
func (db *DB) SkipOutput() (tx *DB) {
|
func (db *DB) SkipOutput() (tx *DB) {
|
||||||
tx = db.getInstance()
|
tx = db.getInstance()
|
||||||
return tx.Session(&Session{
|
return tx.Session(&Session{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user