We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b580c3 commit 5ec482cCopy full SHA for 5ec482c
1 file changed
src/loader/filetypes/ImageFile.js
@@ -111,14 +111,10 @@ var ImageFile = new Class({
111
112
addToCache: function ()
113
{
114
- console.log('addToCache', this.key, this.type);
115
-
116
var texture;
117
118
if (this.linkFile && this.linkFile.state === CONST.FILE_COMPLETE)
119
120
- console.log('linkFile ready');
121
122
// Both files are ready
123
var fileA = this;
124
var fileB = this.linkFile;
0 commit comments