Remove debugging that was left behind

This commit is contained in:
Travis Ralston 2017-10-10 22:26:35 -06:00
parent c200020e55
commit 3eddf325b5

View file

@ -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