Skip to content

Commit

Permalink
Applied feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrouR committed Dec 4, 2019
1 parent 4a5773f commit d955287
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ void generate(boolean withTests) {
generateTests();
onSuccess();
} catch (final Exception e) {
e.printStackTrace();
exitError(e);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*/
package org.web3j.console.project;


import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
Expand Down

0 comments on commit d955287

Please sign in to comment.