Remove debugging code

This commit is contained in:
Ben Johnson
2021-01-18 10:33:30 -07:00
parent 358dcd4650
commit 35d755e7f2
3 changed files with 29 additions and 66 deletions

View File

@@ -127,6 +127,10 @@ func TestDB_CRC64(t *testing.T) {
db, sqldb := MustOpenDBs(t)
defer MustCloseDBs(t, db, sqldb)
if err := db.Sync(); err != nil {
t.Fatal(err)
}
chksum0, _, err := db.CRC64()
if err != nil {
t.Fatal(err)