diff --git a/src/app/dashboard/dashboard.component.ts b/src/app/dashboard/dashboard.component.ts index ac9401e..28b8729 100644 --- a/src/app/dashboard/dashboard.component.ts +++ b/src/app/dashboard/dashboard.component.ts @@ -142,7 +142,6 @@ export class DashboardComponent implements OnInit, OnDestroy { iframeLoad() { if (this.webiframe && this.iframeUrl.value) { const href = this.webiframe.nativeElement.contentWindow.frames.location.href; - console.log(href, this.webiframe.nativeElement.contentWindow); const match = href.match(/.*?\/\/.*?(\/.*)/); if (match !== null) { // iframes on Firefox can have an about:blank