]> source.dussan.org Git - gwtquery.git/commitdiff
remove println
authorManolo Carrasco <manolo@apache.org>
Fri, 10 Feb 2012 13:18:32 +0000 (13:18 +0000)
committerManolo Carrasco <manolo@apache.org>
Fri, 10 Feb 2012 13:18:32 +0000 (13:18 +0000)
gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java

index c3502e341fe3b20fb1d88f5d1d75b31504b94568..6842e311644dba0d84e60ebaf3071313cff668ea 100644 (file)
@@ -157,7 +157,6 @@ public class Properties extends JavaScriptObject {
         }\r
         ret += "],";\r
       } else {\r
-        System.out.println("N");\r
         Properties p = getJavaScriptObject(k);\r
         if (p != null) {\r
           ret += ky + ":" + p.toJsonString() + ",";\r