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

Commit 3f124ec

Browse files
committed
remove un needed line
1 parent 1f7aeea commit 3f124ec

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

TypeWriter/Actions/Execute/Init.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ return function()
1616
Logger.Info("Writing to '" .. CompiledData.PackageInfo.Name .. ".dua'!")
1717
FS.writeFileSync(RuntimeLocation .. "TypeWriter/Out/" .. CompiledData.PackageInfo.Name .. ".dua", Json.stringify(CompiledData, {indent = true}))
1818

19-
Logger.Info("Starting process with id: " .. RuntimeSession)
20-
2119
_G.LoadedPackages = {}
2220

2321
require("LoadExecutionValues.lua")()

TypeWriter/Actions/Run/Init.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ return function(Args)
1111
return
1212
end
1313

14-
Logger.Info("Starting process with id: " .. RuntimeSession)
15-
1614
_G.LoadedPackages = {}
1715

1816
require("LoadExecutionValues.lua")()

0 commit comments

Comments
 (0)