forked from j62/ctbrec
Remove debug log
This commit is contained in:
parent
6dbdac6df5
commit
37fc341767
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue