remove debug info for UT of package gdb

This commit is contained in:
John Guo
2022-05-07 17:50:49 +08:00
parent c1308475f3
commit 03ad6a5728

View File

@ -44,7 +44,6 @@ func Test_Model_Builder(t *testing.T) {
t.Assert(len(all), 1)
})
db.SetDebug(true)
// Where Or
gtest.C(t, func(t *gtest.T) {
m := db.Model(table)