Skip to content

Commit

Permalink
Remove leftover debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Apr 29, 2013
1 parent 98861e4 commit 26204e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vm/jvm/runtime/org/perl6/nqp/runtime/IndyBootstrap.java
Expand Up @@ -263,7 +263,6 @@ public static CallSite indcall(Lookup caller, String _, MethodType type, int csI
return cs;
}
catch (Exception e) {
e.printStackTrace();
throw new RuntimeException(e);
}
}
Expand Down Expand Up @@ -298,7 +297,6 @@ public static void indcallInvoker(MutableCallSite cs, int csIdx,
throw e;
}
catch (Throwable e) {
e.printStackTrace();
ExceptionHandling.dieInternal(tc, e);
}
}
Expand Down

0 comments on commit 26204e4

Please sign in to comment.