Skip to content

Commit

Permalink
remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
binglihub committed Jul 9, 2018
1 parent f54fce1 commit bd24ae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class OnErrorSuite extends IntegrationSuiteBase{
}

override def afterAll(): Unit = {
//jdbcUpdate(s"drop table $table")
jdbcUpdate(s"drop table $table")
super.afterAll()
}

Expand Down

0 comments on commit bd24ae3

Please sign in to comment.