Shut up debug lol
This commit is contained in:
parent
17b63d09ef
commit
36c1d871ec
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue