mirror of
https://github.com/photonstorm/phaser
synced 2024-12-04 02:20:23 +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 ()
|
onProcessComplete: function ()
|
||||||
{
|
{
|
||||||
console.log('onProcessComplete', this.key);
|
|
||||||
|
|
||||||
this.state = CONST.FILE_COMPLETE;
|
this.state = CONST.FILE_COMPLETE;
|
||||||
|
|
||||||
if (this.linkFile)
|
if (this.linkFile)
|
||||||
|
@ -376,8 +374,6 @@ var File = new Class({
|
||||||
*/
|
*/
|
||||||
onProcessError: function ()
|
onProcessError: function ()
|
||||||
{
|
{
|
||||||
console.log('onProcessError', this.key);
|
|
||||||
|
|
||||||
this.state = CONST.FILE_ERRORED;
|
this.state = CONST.FILE_ERRORED;
|
||||||
|
|
||||||
if (this.linkFile)
|
if (this.linkFile)
|
||||||
|
|
Loading…
Reference in a new issue