From 3eddf325b577a655b683c4d4ecc38671768fdeec Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 10 Oct 2017 22:26:35 -0600 Subject: [PATCH] Remove debugging that was left behind --- web/app/configs/widget/widget.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/app/configs/widget/widget.component.ts b/web/app/configs/widget/widget.component.ts index ed16a24..46d62d4 100644 --- a/web/app/configs/widget/widget.component.ts +++ b/web/app/configs/widget/widget.component.ts @@ -79,7 +79,6 @@ export class WidgetComponent { private getWrappedUrl(url: string): string { const urls = [this.wrapperUrl].concat(this.scalarWrapperUrls); - console.log(urls); for (let scalarUrl of urls) { if (url.startsWith(scalarUrl)) { return decodeURIComponent(url.substring(scalarUrl.length)); @@ -93,7 +92,6 @@ export class WidgetComponent { } private setWidgetUrl(widget: Widget) { - console.log(widget); widget.url = this.getWrappedUrl(widget.url); // Use the Dimension-specific URL override if one is present