We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43d5f9 commit 9bfffa0Copy full SHA for 9bfffa0
dist/frontend/js/digital-sandbox.js
@@ -72,8 +72,6 @@ DigitalSandboxWrapper.prototype =
72
this.url.type = /^https?:\/\//i.test(this.url.query) ? 'ext' : 'int';
73
this.url.src = './apps.html';
74
75
- console.log(this.url);
76
-
77
switch (this.url.type)
78
{
79
case 'ext':
@@ -87,8 +85,6 @@ DigitalSandboxWrapper.prototype =
87
85
this.url.app = RegExp.$1.replace(/\:/g,'/');
88
86
this.url.ext = 'html';
89
this.url.src = './frontend/apps/'+this.url.app+'/'+this.url.index+'.'+this.url.ext;
90
91
92
}
93
break;
94
0 commit comments