Remove debug
This commit is contained in:
parent
38595bb1d0
commit
69623072da
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue