Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c0d52c

Browse files
committed
remove log in test
1 parent 4d6c556 commit 0c0d52c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

testutil_db.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ func doTestBulkInsert(t *testing.T) {
447447
WithMigration(func(mg *Migration)error{
448448
b := new(basic)
449449
mg.dropTableIfExists(b)
450-
mg.Log = true
451450
mg.CreateTableIfNotExists(b)
452451
return nil
453452
})

0 commit comments

Comments
 (0)