Skip to content

Commit

Permalink
Commented out image string to console
Browse files Browse the repository at this point in the history
  • Loading branch information
andygup committed Nov 23, 2015
1 parent 1378b37 commit 6632592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tpk/TPKLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ define([
// sets img visibility to 'hidden', so we need to show the image back once we have put the data:image
img.style.visibility = "visible";
img.src = imgURL;
console.log("URL length " + imgURL.length + ", image: " + imgURL);
//console.log("URL length " + imgURL.length + ", image: " + imgURL);
this.emit(this.PROGRESS_EVENT,this.PROGRESS_END);
return "";
/* this result goes nowhere, seriously */
Expand Down

0 comments on commit 6632592

Please sign in to comment.