Remove testing debug print

This commit is contained in:
Jim Shield
2025-09-24 14:09:19 +01:00
parent f08638812c
commit e1d292d1bf

View File

@@ -1279,7 +1279,7 @@ end
function hasItem(items, amount, src)
local amount = amount and amount or 1
local grabInv, foundInv = getPlayerInv(src)
jsonPrint(grabInv)
if type(items) ~= "table" then items = { [items] = amount and amount or 1, } end
local hasTable = {}