ov-components: Remove debug log for configuration in GlobalConfigService constructor
This commit is contained in:
parent
f4c4ca8cec
commit
7c17e19cbb
@ -17,7 +17,6 @@ export class GlobalConfigService {
|
||||
@Inject(DOCUMENT) private document: Document
|
||||
) {
|
||||
this.configuration = config;
|
||||
console.log(this.configuration);
|
||||
if (this.isProduction()) console.log('OpenVidu Angular Production Mode');
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user