Removed debug print

This commit is contained in:
MatteoBiscosi 2022-06-07 18:01:15 +02:00
parent b40d26f2e8
commit 69b9e6337e
2 changed files with 1 additions and 2 deletions

View file

@ -5348,7 +5348,6 @@ end
function get_confidence(confidence_id)
local tag_utils = require "tag_utils"
local confidence_name = nil
tprint(confidence_id)
if confidence_id and tonumber(confidence_id) then
confidence_id = tonumber(confidence_id)