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