aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-05-02 09:20:43 +0000
committerManolo Carrasco <manolo@apache.org>2011-05-02 09:20:43 +0000
commit7fe0fc1063dd3da773403ae7262ee564f1295e5a (patch)
treefde9cd8183f96325dc0548e2ac8a706266a275af
parenta351439f13fb51f2d18abcb7d16671f210f8da94 (diff)
downloadgwtquery-7fe0fc1063dd3da773403ae7262ee564f1295e5a.tar.gz
gwtquery-7fe0fc1063dd3da773403ae7262ee564f1295e5a.zip
remove println
-rw-r--r--gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryJsTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryJsTest.java b/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryJsTest.java
index 0a3bb9d9..d67d7772 100644
--- a/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryJsTest.java
+++ b/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryJsTest.java
@@ -119,7 +119,6 @@ public class GQueryJsTest extends GWTTestCase {
assertEquals("rgb(0,0,139)", p.getStr("color"));
p = $$("a: 1, b: 0.5, c: null, d: whatever, e: true, f: false");
- System.out.println(p.tostring());
assertEquals(1, p.getInt("a"));
assertEquals(0.5f, p.getFloat("b"));
assertEquals("whatever", p.getStr("d"));