mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-04 19:11:33 +00:00
Remove leftover debug console.log
This commit is contained in:
parent
46fe26861c
commit
d6874335cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user