From 0de9f722cbc5fcebf447af6b6fb1d69ca8492ecb Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Fri, 10 Feb 2012 13:18:32 +0000 Subject: [PATCH] remove println --- .../src/main/java/com/google/gwt/query/client/Properties.java | 1 - 1 file changed, 1 deletion(-) 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() + ","; -- 2.39.5