Skip to content

Commit 9bfffa0

Browse files
author
Carlos Bonilla
committed
Issue #38
1 parent b43d5f9 commit 9bfffa0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dist/frontend/js/digital-sandbox.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ DigitalSandboxWrapper.prototype =
7272
this.url.type = /^https?:\/\//i.test(this.url.query) ? 'ext' : 'int';
7373
this.url.src = './apps.html';
7474

75-
console.log(this.url);
76-
7775
switch (this.url.type)
7876
{
7977
case 'ext':
@@ -87,8 +85,6 @@ DigitalSandboxWrapper.prototype =
8785
this.url.app = RegExp.$1.replace(/\:/g,'/');
8886
this.url.ext = 'html';
8987
this.url.src = './frontend/apps/'+this.url.app+'/'+this.url.index+'.'+this.url.ext;
90-
91-
console.log(this.url);
9288
}
9389
break;
9490
}

0 commit comments

Comments
 (0)