Console log remove

This commit is contained in:
Andre D 2015-06-23 21:12:05 -04:00
parent f9e501a04a
commit 3e0cedf2a7

View file

@ -147,7 +147,6 @@ upload.modules.addmodule({
upload.textpaste.render(this._.view, this._.text.header.name, this._.text.data, this._.text.header.mime, this.closepaste.bind(this))
},
progress: function (e) {
console.log(e)
if (e == 'decrypting') {
this._.content.loading.text('Decrypting')
} else if (e == 'error') {