ソースを参照

remove printstack

tags/gwtquery-project-1.4.3
Manuel Carrasco Moñino 10年前
コミット
74ae8557f7
1個のファイルの変更0行の追加1行の削除
  1. 0
    1
      gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java

+ 0
- 1
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();
}

読み込み中…
キャンセル
保存