Skip to content

Commit

Permalink
remove system.out
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Nov 20, 2012
1 parent 155b5ef commit b05eb68
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -166,7 +166,6 @@ private void fillTables(Table... tables) {
}
try {
sqlTemplate.update(statement.getSql(), statementValues);
System.out.println("Succesfully inserted values in " + table.getName());
} catch (SqlException ex) {
log.error("Failed to process {} with values of {}", statement.getSql(),
ArrayUtils.toString(statementValues));
Expand Down

0 comments on commit b05eb68

Please sign in to comment.