forked from j62/ctbrec
1
0
Fork 0

Remove debug log message

This commit is contained in:
0xboobface 2018-12-13 01:11:22 +01:00
parent 8039359455
commit 168ad694ae
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}