Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Feb 14, 2025
1 parent 2549c6d commit 54f6e85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/pkg/source/mysqltest/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ func (mySQLDumpAndRestoreTestSuite *MySQLDumpAndRestoreTestSuite) TestMySQLDumpA
}

func TestMySQLDumpAndRestoreTestSuite(t *testing.T) {
log.SetLevel(log.DebugLevel)
suite.Run(t, new(MySQLDumpAndRestoreTestSuite))
}

Expand Down

0 comments on commit 54f6e85

Please sign in to comment.