Skip to content

Commit 65561f0

Browse files
committed
Fix InterrogationHordeRunnable
1 parent 60fd544 commit 65561f0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/me/Logicism/JavaHordeBridge/runnables/InterrogationHordeRunnable.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ public void run() {
105105
}
106106
interrogatePayload.put("forms", formsArray);
107107

108-
System.out.println(interrogatePayload);
109-
110108
Map<String, String> headers = new HashMap<>();
111109
headers.put("apikey", apiKey);
112110
headers.put("Content-Type", "application/json");

0 commit comments

Comments
 (0)