removed debug line

This commit is contained in:
Sokomine 2022-01-17 03:08:29 +01:00
parent 04b89c2e5e
commit eeb4d3da5d

View File

@ -150,7 +150,6 @@ yl_speak_up.eval_precondition = function(player, n_id, p, other_options_true_or_
-- evaluate it
var_val = yl_speak_up.custom_server_functions.precondition_eval(
player, p.p_variable, p)
print("VAR_VAL is: "..tostring(var_val)) -- TODO
else
local pname = player:get_player_name()
local owner = yl_speak_up.npc_owner[ n_id ]