Shut up debug lol

This commit is contained in:
GregTCLTK 2020-01-21 15:33:15 +01:00
parent 17b63d09ef
commit 36c1d871ec
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -83,7 +83,6 @@ public class Rethink {
public JSONObject getObjectByID(String table, String id) {
String response = r.table(table).get(id).toJson().run(conn);
System.out.println(response);
return new JSONObject(response);
}