From: Manolo Carrasco Date: Fri, 10 Feb 2012 13:18:32 +0000 (+0000) Subject: remove println X-Git-Tag: release-1.3.2~120 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0de9f722cbc5fcebf447af6b6fb1d69ca8492ecb;p=gwtquery.git remove println --- diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java index c3502e34..6842e311 100644 --- a/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java +++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java @@ -157,7 +157,6 @@ public class Properties extends JavaScriptObject { } ret += "],"; } else { - System.out.println("N"); Properties p = getJavaScriptObject(k); if (p != null) { ret += ky + ":" + p.toJsonString() + ",";