Skip to content

Commit

Permalink
Modify Liquify class to remove stack trace printing.
Browse files Browse the repository at this point in the history
  • Loading branch information
daquino committed Jun 26, 2015
1 parent 9fe935b commit bc038d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/refactify/Liquify.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ private static void convertDatabaseChangeLog(final ConversionArguments conversio
deleteTargetFile(targetFileName);
}
catch(IllegalStateException e) {
e.printStackTrace();
System.out.println(String.format("Database generator for type '%s' was not found.",
conversionArguments.getDatabase()));
deleteTargetFile(targetFileName);
Expand Down

0 comments on commit bc038d9

Please sign in to comment.