Skip to content

Commit 5ec482c

Browse files
committed
Removed logs
1 parent 3b580c3 commit 5ec482c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/loader/filetypes/ImageFile.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,10 @@ var ImageFile = new Class({
111111

112112
addToCache: function ()
113113
{
114-
console.log('addToCache', this.key, this.type);
115-
116114
var texture;
117115

118116
if (this.linkFile && this.linkFile.state === CONST.FILE_COMPLETE)
119117
{
120-
console.log('linkFile ready');
121-
122118
// Both files are ready
123119
var fileA = this;
124120
var fileB = this.linkFile;

0 commit comments

Comments
 (0)