We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e959c7e commit 579ba6dCopy full SHA for 579ba6d
Classes/RecipeData.lua
@@ -376,9 +376,6 @@ function CraftSim.RecipeData:SetAllReagentsBySchematicForm()
376
local reagentSlots = schematicForm.reagentSlots
377
local currentTransaction = schematicForm:GetTransaction()
378
379
- CraftSim.DEBUG:InspectTable(schematicInfo, "schematicInfo")
380
- CraftSim.DEBUG:InspectTable(reagentSlots, "reagentSlots")
381
-
382
if self.isRecraft then
383
self.allocationItemGUID = currentTransaction:GetRecraftAllocation()
384
end
0 commit comments