refactor: remove debug print from ZipReader:parseEocdRecord

This commit is contained in:
Erica Marigold 2025-02-23 20:13:25 +00:00
parent 9f9b394207
commit db819fdd61
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw

View file

@ -538,7 +538,6 @@ function ZipReader.parseEocdRecord(self: ZipReader, pos: number): EocdRecord
end
local commentLength = buffer.readu16(self.data, pos + 20)
print("comment len:", commentLength)
return {
diskNumber = buffer.readu16(self.data, pos + 4),
diskWithCD = buffer.readu16(self.data, pos + 6),