Skip to content

Commit

Permalink
Unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Dec 1, 2023
1 parent 3951bdd commit db57f63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lune/wax.luau
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ elseif Subcommand == "bundle" then
RemoveFile(ModelOutputFileName) -- Remove temporary rbxm
end

RunIfVerbose(Log.Info, "Starting BundleModel() process from deserialized model data")
local BundleSuccess, CodegenOutputOrError, FailedCompilations = pcall(BundleModel, ModelRoot, EnvName, Minify, ExtraOffsetLines, Verbose)

if not BundleSuccess then
Expand Down

0 comments on commit db57f63

Please sign in to comment.