Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
norybiak committed Apr 25, 2017
1 parent 1b01ba7 commit 2987e4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions dist/UltimateLoader2.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* A tool to help load objects in Three.js
*
* @Author NorybiaK
* version 1.1.5
* version 1.1.6
*/

var UltimateLoader = UltimateLoader || {};
Expand Down Expand Up @@ -210,8 +210,6 @@ var UltimateLoader = UltimateLoader || {};
var filename = fileInfo[0];
var fileExt = fileInfo[fileInfo.length-1].toLowerCase(); //We need to make sure we grab the extension and lower the case.

console.log(base);

var info = {name: filename, ext: fileExt, baseUrl: base, url: url};

return info;
Expand Down
Loading

0 comments on commit 2987e4a

Please sign in to comment.