removed debug log

pull/583/head
Ajay Kumar 2020-12-30 12:06:18 +05:30
parent 1b8ea8457b
commit cdf86f15f1
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ public class KurentoSessionManager extends SessionManager {
Session sessionNotActive = sessionsNotActive.get(sessionId);
if (sessionNotActive == null && this.isInsecureParticipant(participant.getParticipantPrivateId())) {
log.info("############# ip address is {}",participant.getLocation().getIp());
// Insecure user directly call joinRoom RPC method, without REST API use
sessionNotActive = new Session(sessionId,
new SessionProperties.Builder().mediaMode(MediaMode.ROUTED)