Skip to content

Commit 579ba6d

Browse files
committed
Remove debug inspection logs from SetAllReagentsBySchematicForm function
1 parent e959c7e commit 579ba6d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Classes/RecipeData.lua

-3
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,6 @@ function CraftSim.RecipeData:SetAllReagentsBySchematicForm()
376376
local reagentSlots = schematicForm.reagentSlots
377377
local currentTransaction = schematicForm:GetTransaction()
378378

379-
CraftSim.DEBUG:InspectTable(schematicInfo, "schematicInfo")
380-
CraftSim.DEBUG:InspectTable(reagentSlots, "reagentSlots")
381-
382379
if self.isRecraft then
383380
self.allocationItemGUID = currentTransaction:GetRecraftAllocation()
384381
end

0 commit comments

Comments
 (0)