Browse Source

add working dm scraper

Patrick Glavin 6 years ago
parent
commit
d40c46a4b0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Client/src/main/java/YouAreEll.java

+ 1
- 1
Client/src/main/java/YouAreEll.java View File

@@ -50,7 +50,7 @@ public class YouAreEll {
50 50
     }
51 51
 
52 52
     public String MakeURLCall(String mainurl, String method, String jpayload) {
53
-        System.out.println(jpayload);
53
+        //System.out.println(jpayload);
54 54
         String fullUrl = base + mainurl;
55 55
         Request request = null;
56 56
         if (method.equalsIgnoreCase("get")){