Removed logs

This commit is contained in:
Richard Davey 2018-05-04 02:39:15 +01:00
parent 225cd628ee
commit 2859e05d74

View file

@ -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)