From 037468e256c8dacf5900924483b7ca9b544335fe Mon Sep 17 00:00:00 2001 From: Emanuele Rocco Petrone Date: Tue, 28 Mar 2023 11:20:51 +0200 Subject: [PATCH] fix function comment --- gorm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gorm.go b/gorm.go index 38d3b3bf..d47be155 100644 --- a/gorm.go +++ b/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) { tx = db.getInstance() return tx.Session(&Session{