Skip to content

Commit

Permalink
Remove debug inspection logs from SetAllReagentsBySchematicForm function
Browse files Browse the repository at this point in the history
  • Loading branch information
derfloh205 committed Jan 14, 2025
1 parent e959c7e commit 579ba6d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Classes/RecipeData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,6 @@ function CraftSim.RecipeData:SetAllReagentsBySchematicForm()
local reagentSlots = schematicForm.reagentSlots
local currentTransaction = schematicForm:GetTransaction()

CraftSim.DEBUG:InspectTable(schematicInfo, "schematicInfo")
CraftSim.DEBUG:InspectTable(reagentSlots, "reagentSlots")

if self.isRecraft then
self.allocationItemGUID = currentTransaction:GetRecraftAllocation()
end
Expand Down

0 comments on commit 579ba6d

Please sign in to comment.