1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
diff --git a/src/org/jruby/Ruby.java b/src/org/jruby/Ruby.java index b10990f..6c79b36 100644 @@ -2783,9 +2783,9 @@ public final class Ruby { } public RaiseException newSystemStackError(String message, StackOverflowError soe) { - if (getDebug().isTrue()) { +// if (getDebug().isTrue()) { soe.printStackTrace(getInstanceConfig().getError()); - } +// } return newRaiseException(getSystemStackError(), message); } |

