forked from j62/ctbrec
1
0
Fork 0

Remove debug log

This commit is contained in:
0xboobface 2019-02-20 13:47:34 +01:00
parent 6dbdac6df5
commit 37fc341767
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ public class BongaCamsModel extends AbstractModel {
private String getStreamUrl() throws IOException { private String getStreamUrl() throws IOException {
JSONObject roomData = getRoomData(); JSONObject roomData = getRoomData();
LOG.debug(roomData.toString(2));
if(roomData.optString("status").equals("success")) { if(roomData.optString("status").equals("success")) {
JSONObject localData = roomData.getJSONObject("localData"); JSONObject localData = roomData.getJSONObject("localData");
String server = localData.getString("videoServerUrl"); String server = localData.getString("videoServerUrl");