mirror of https://github.com/OpenVidu/openvidu.git
ov-components: Remove debug log for configuration in GlobalConfigService constructor
parent
f4c4ca8cec
commit
7c17e19cbb
|
|
@ -17,7 +17,6 @@ export class GlobalConfigService {
|
||||||
@Inject(DOCUMENT) private document: Document
|
@Inject(DOCUMENT) private document: Document
|
||||||
) {
|
) {
|
||||||
this.configuration = config;
|
this.configuration = config;
|
||||||
console.log(this.configuration);
|
|
||||||
if (this.isProduction()) console.log('OpenVidu Angular Production Mode');
|
if (this.isProduction()) console.log('OpenVidu Angular Production Mode');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue