Remove debug log message
This commit is contained in:
parent
8039359455
commit
168ad694ae
|
@ -52,7 +52,6 @@ public class Cam4Model extends AbstractModel {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LOG.debug("{} state:{} playlistUrl:{} private:{}", getName(), onlineState, playlistUrl != null, privateRoom);
|
|
||||||
return onlineState == ONLINE && !privateRoom;
|
return onlineState == ONLINE && !privateRoom;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue