Removed console.log('ЗДЕСЬ Я')

This commit is contained in:
Eldar Zakiryanov 2018-09-25 10:49:03 +06:00 committed by GitHub
parent a89f16b899
commit a0a1c56fbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,6 @@ module.exports = function fileItem (props) {
}
return props.i18n('pauseUpload')
} else {
console.log('ЗДЕСЬ Я')
return props.i18n('cancelUpload')
}
}