Remove debug

This commit is contained in:
GregTCLTK 2020-03-31 14:40:50 +02:00
parent 38595bb1d0
commit 69623072da
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -78,7 +78,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);
}