Skip to content

Commit

Permalink
Removes log
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Nov 27, 2024
1 parent e043f32 commit 5733717
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/app/integrations/integrations.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ export class IntegrationsComponent implements OnInit, OnDestroy {
}
}
else {
this.logger.log('heree voiceTwiloApp ', voiceTwiloApp)
if (voiceTwiloApp) {
voiceTwiloApp.channel = "voice-twilio";
}
Expand Down Expand Up @@ -365,12 +366,16 @@ export class IntegrationsComponent implements OnInit, OnDestroy {
}
this.logger.log("[INTEGRATIONS]- onIntegrationSelect integration.category", integration.category , ' INTEGRATIONS_CATEGORIES.CHANNEL ', INTEGRATIONS_CATEGORIES.CHANNEL)
if (integration && integration.category === INTEGRATIONS_CATEGORIES.CHANNEL) {
this.logger.log("[INTEGRATIONS]- OLLa " )
// this.integrationSelectedName = "external";

this.integrationSelectedType = "external";
this.showInIframe = true;
this.logger.log("[INTEGRATIONS]- onIntegrationSelect integrationSelectedType", this.integrationSelectedType , ' showInIframe ', this.showInIframe)
this.logger.log("[INTEGRATIONS]- availableApps ", this.availableApps )
let app = this.availableApps.find(a => a.channel === integration.key);
this.logger.log("[INTEGRATIONS]- app ", app )

this.renderUrl = app.runURL;
} else {
this.showInIframe = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class ExtIntegrationComponent implements OnInit {
) { }

ngOnInit(): void {
console.log("Starting External App Integration");
// console.log("Starting External App Integration");


}
Expand Down

0 comments on commit 5733717

Please sign in to comment.