Skip to content

Commit

Permalink
[java] Deleting debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Dec 10, 2018
1 parent 609386c commit d1185eb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ DriverService getDriverService() {
try {
return bs.build();
} catch (Throwable e) {
e.printStackTrace();
return null;
}
})
Expand Down

0 comments on commit d1185eb

Please sign in to comment.