Skip to content

Commit

Permalink
Perlito5 - cpan - prepare v9.022 - cleanup debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
fglock committed May 13, 2017
1 parent dac2f29 commit 7940536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion perlito5.pl
Original file line number Diff line number Diff line change
Expand Up @@ -22365,7 +22365,7 @@
source5.append(" throw(e);\\n");
source5.append(" }\\n");
source5.append(" catch(Exception e) {\\n");
source5.append(" e.printStackTrace();\\n");
// source5.append(" e.printStackTrace();\\n");
source5.append(" String message = e.getMessage();\\n");
source5.append(" PlV.sset(\\"main::@\\", new PlString(message));\\n");
source5.append(" return PerlOp.context(want);\\n");
Expand Down
2 changes: 1 addition & 1 deletion src5/lib/Perlito5/Java/JavaCompiler.pm
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class PlJavaCompiler {
source5.append(" throw(e);\n");
source5.append(" }\n");
source5.append(" catch(Exception e) {\n");
source5.append(" e.printStackTrace();\n");
// source5.append(" e.printStackTrace();\n");
source5.append(" String message = e.getMessage();\n");
source5.append(" PlV.sset(\"main::@\", new PlString(message));\n");
source5.append(" return PerlOp.context(want);\n");
Expand Down

0 comments on commit 7940536

Please sign in to comment.