From f0f59b856890612069c6eda9280bc3475771b3e8 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Sun, 28 Jan 2024 19:19:58 +0000 Subject: [PATCH] remove debug print --- crafting.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crafting.lua b/crafting.lua index 2e4fbcd..1d4756f 100644 --- a/crafting.lua +++ b/crafting.lua @@ -472,7 +472,6 @@ if IsDuplicityVersion() then end function canCarry(itemTable, src) - print("checking if player can carry") local resultTable = {} if src then if GetResourceState(OXInv):find("start") then @@ -519,4 +518,4 @@ function canCarry(itemTable, src) end end return resultTable -end +end \ No newline at end of file