ov-components: Remove debug log for configuration in GlobalConfigService constructor

pull/856/head
Carlos Santos 2025-11-20 09:44:09 +01:00
parent f4c4ca8cec
commit 7c17e19cbb
1 changed files with 0 additions and 1 deletions

View File

@ -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');
}