Skip to content

Commit 64ff828

Browse files
committed
debug
1 parent 81da7d9 commit 64ff828

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/verifier/migration_verifier_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,6 @@ func (suite *MultiDataVersionTestSuite) TestGenerationalRechecking() {
13641364
db1 := getDBName(suite.T(), "1")
13651365
db2 := getDBName(suite.T(), "2")
13661366

1367-
zerolog.SetGlobalLevel(zerolog.InfoLevel)
13681367
verifier := buildVerifier(suite.T(), suite.srcMongoInstance, suite.dstMongoInstance, suite.metaMongoInstance)
13691368
verifier.SetSrcNamespaces([]string{db1 + ".testColl1"})
13701369
verifier.SetDstNamespaces([]string{db2 + ".testColl3"})

0 commit comments

Comments
 (0)