diff --git a/src/FESI/Exceptions/EcmaScriptException.java b/src/FESI/Exceptions/EcmaScriptException.java index f5184253..f60d5d3a 100644 --- a/src/FESI/Exceptions/EcmaScriptException.java +++ b/src/FESI/Exceptions/EcmaScriptException.java @@ -143,8 +143,8 @@ public class EcmaScriptException extends Exception { * Prints this Throwable and its backtrace to the * standard error stream. */ - public void printStackTrace() { - System.err.println(this); + public void printStackTrace() { + // System.err.println(this); printStackTrace0(new PrintWriter(System.err)); }