]> source.dussan.org Git - gwtquery.git/commitdiff
remove println
authorManolo Carrasco <manolo@apache.org>
Wed, 8 Feb 2012 13:12:51 +0000 (13:12 +0000)
committerManolo Carrasco <manolo@apache.org>
Wed, 8 Feb 2012 13:12:51 +0000 (13:12 +0000)
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java

index d30020c5e24c8195781e9403cc16d298f4afe894..a8f60a8a4d35629f60b64ecb3ba12a7973ff4628 100644 (file)
@@ -303,8 +303,6 @@ public class Ajax extends GQuery {
   }
   
   public static void getJSONP(String url, Function success, Function error, int timeout) {
-    System.err.println("EEE");
-
     if (!url.contains("=?")) {
       url += (url.contains("?") ? "&" : "?") + "callback=?";
     }