Skip to content

Commit

Permalink
Removed println
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed Mar 8, 2018
1 parent 97510c6 commit 9e771b0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class KafkaDataConsumerSuite extends SharedSQLContext with PrivateMethodTester {
} catch {
case e: Throwable =>
error = e
println(s"$i: Error $e")
throw e
} finally {
consumer.release()
Expand Down

0 comments on commit 9e771b0

Please sign in to comment.