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