mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
refactor: remove debugging print
This commit is contained in:
parent
ccc7228278
commit
efe8360ba3
1 changed files with 0 additions and 2 deletions
|
@ -167,8 +167,6 @@ function ZipReader.parseCentralDirectory(self: ZipReader): ()
|
|||
local offset = buffer.readu32(self.data, pos + 42)
|
||||
local name = buffer.readstring(self.data, pos + 46, nameLength)
|
||||
|
||||
print("got name:", name)
|
||||
|
||||
local entry = ZipEntry.new(name, size, offset, timestamp, crc)
|
||||
table.insert(self.entries, entry)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue