mirror of https://github.com/OpenVidu/openvidu.git
remove a log line
parent
e4c4b7247b
commit
85ee22b7a6
|
@ -66,7 +66,6 @@ export class Session {
|
|||
* @hidden
|
||||
*/
|
||||
constructor(private ov: OpenVidu, propertiesOrJson?) {
|
||||
console.log(ov)
|
||||
if (!!propertiesOrJson) {
|
||||
// Defined parameter
|
||||
if (!!propertiesOrJson.sessionId) {
|
||||
|
|
Loading…
Reference in New Issue