Skip to content

Commit

Permalink
remove consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisAraujo committed Jul 12, 2023
1 parent fad7b60 commit f156ab1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions starterjs/starterJS-0.1.x.js
Original file line number Diff line number Diff line change
Expand Up @@ -2318,13 +2318,11 @@ ManagerLoader.prototype.loading = function( ){
setTimeout(this.callback, 2000);
return;
}
console.log(this.assetsList.length);

//console.log(this.assetsList);
for(var i = 0; i < this.assetsList.length; i++){
console.log(this.assetsList[i])
//se for do tipo imagem
if(this.assetsList[i][2] == "image"){
console.log(this.assetsList[i])
this.assetsListLoaded.push(new Image());
var img = this.assetsListLoaded[this.assetsListLoaded.length-1];

Expand Down

0 comments on commit f156ab1

Please sign in to comment.