mirror of
https://github.com/photonstorm/phaser
synced 2024-12-03 18:10:10 +00:00
Removed logs
This commit is contained in:
parent
225cd628ee
commit
2859e05d74
1 changed files with 0 additions and 4 deletions
|
@ -355,8 +355,6 @@ var File = new Class({
|
|||
*/
|
||||
onProcessComplete: function ()
|
||||
{
|
||||
console.log('onProcessComplete', this.key);
|
||||
|
||||
this.state = CONST.FILE_COMPLETE;
|
||||
|
||||
if (this.linkFile)
|
||||
|
@ -376,8 +374,6 @@ var File = new Class({
|
|||
*/
|
||||
onProcessError: function ()
|
||||
{
|
||||
console.log('onProcessError', this.key);
|
||||
|
||||
this.state = CONST.FILE_ERRORED;
|
||||
|
||||
if (this.linkFile)
|
||||
|
|
Loading…
Reference in a new issue