aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2014-02-20 15:48:59 +0100
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2014-02-20 15:48:59 +0100
commit74ae8557f7fc6dcf403da59696f6c00481c4005e (patch)
treea68591f76e185eb45530457103439ed6c8329f1d
parent8276113ee99e4bf00656017ae52a05f99fec5391 (diff)
downloadgwtquery-74ae8557f7fc6dcf403da59696f6c00481c4005e.tar.gz
gwtquery-74ae8557f7fc6dcf403da59696f6c00481c4005e.zip
remove printstack
-rw-r--r--gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
index 6acee884..ac01f7ca 100644
--- a/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
+++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
@@ -432,7 +432,6 @@ public class JsUtils {
} catch (Exception e) {
if (!GWT.isProdMode()) {
System.err.println("Error while parsing json: " + e.getMessage() + ".\n" + json);
- new RuntimeException().printStackTrace();
}
return Properties.create();
}