mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-10 17:20:53 +01:00
refactor: remove debug print from ZipReader:parseEocdRecord
This commit is contained in:
parent
9f9b394207
commit
db819fdd61
1 changed files with 0 additions and 1 deletions
|
@ -538,7 +538,6 @@ function ZipReader.parseEocdRecord(self: ZipReader, pos: number): EocdRecord
|
||||||
end
|
end
|
||||||
|
|
||||||
local commentLength = buffer.readu16(self.data, pos + 20)
|
local commentLength = buffer.readu16(self.data, pos + 20)
|
||||||
print("comment len:", commentLength)
|
|
||||||
return {
|
return {
|
||||||
diskNumber = buffer.readu16(self.data, pos + 4),
|
diskNumber = buffer.readu16(self.data, pos + 4),
|
||||||
diskWithCD = buffer.readu16(self.data, pos + 6),
|
diskWithCD = buffer.readu16(self.data, pos + 6),
|
||||||
|
|
Loading…
Add table
Reference in a new issue