Remove debug print

This commit is contained in:
Jim Shield
2024-01-28 01:44:53 +00:00
committed by GitHub
parent 096e323409
commit b686f267e1

View File

@@ -61,7 +61,6 @@ function craftingMenu(data)
Wait(0) Wait(0)
end end
while not canCarryTable do Wait(0) end while not canCarryTable do Wait(0) end
print(json.encode(canCarryTable, {indent = true}))
if Config.System.Debug then print("^6Bridge^7: ^2Checking"..(data.stashName and " ^7'^6"..data.stashName.."^7'" or "").." ^2ingredients^7 - ^6"..k.."^7") end if Config.System.Debug then print("^6Bridge^7: ^2Checking"..(data.stashName and " ^7'^6"..data.stashName.."^7'" or "").." ^2ingredients^7 - ^6"..k.."^7") end
if data.stashName then disable = not stashhasItem(stashItems, itemTable) if data.stashName then disable = not stashhasItem(stashItems, itemTable)
else disable = not hasItem(itemTable) end else disable = not hasItem(itemTable) end
@@ -520,4 +519,4 @@ function canCarry(itemTable, src)
end end
end end
return resultTable return resultTable
end end