Remove debug info in BIV

This commit is contained in:
_Lighty_ 2020-08-31 14:23:20 +02:00 committed by GitHub
parent 51f04fc50b
commit c733c83b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -344,7 +344,6 @@ module.exports = (() => {
else {
/* zoom started, try to load raw */
this._loadCancel = ImageUtils.loadImage(this.state.raw, failed => {
console.log('Full loaded!', failed);
this._loadCancel = null;
/* load failed, either the URL is invalid, host is dead or it's e621/e926, which is a special case
* do note, the special cases are not handled if SaveToRedux is not present */