移除多余代码
parent
a6b8881e30
commit
3be6a78568
|
@ -263,7 +263,6 @@ class Processor extends Transform {
|
||||||
if (this.waitWritePicture == null) return
|
if (this.waitWritePicture == null) return
|
||||||
let isLast = this.mdbLast && this.tasks === 1
|
let isLast = this.mdbLast && this.tasks === 1
|
||||||
this.tasks--
|
this.tasks--
|
||||||
this.mdb =
|
|
||||||
this.push(
|
this.push(
|
||||||
MetaDataBlockPicture.create(
|
MetaDataBlockPicture.create(
|
||||||
isLast, this.waitWritePicture.pictureType,
|
isLast, this.waitWritePicture.pictureType,
|
||||||
|
|
Loading…
Reference in New Issue