Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit e33fbc6

Browse files
committed
remove print
1 parent dc2f1ac commit e33fbc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TypeWriter/Libs/Run/LoadPackage.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ return function(PackagePath, Log, IsMain)
7676
local DirFiles = FS.readdirSync(ProcessPath .. "UnpackCache/" .. UnpackSession)
7777

7878
for i, v in pairs(DirFiles) do
79-
print(i, v)
79+
--print(i, v)
8080

8181
FS.renameSync(
8282
ProcessPath .. "UnpackCache/" .. UnpackSession .. "/" .. v,

0 commit comments

Comments
 (0)