diff --git a/modules/game_ruleviolation/ruleviolation.lua b/modules/game_ruleviolation/ruleviolation.lua index b85d8a03..2f3d1f24 100644 --- a/modules/game_ruleviolation/ruleviolation.lua +++ b/modules/game_ruleviolation/ruleviolation.lua @@ -48,7 +48,6 @@ function RuleViolation.loadReasons() local actions = g_game.getGMActions() for reason, actionFlags in pairs(actions) do local label = createWidget('RVListLabel', reasonsTextList) - print("LOAD REASON: " .. tostring(reason) .. " " .. tostring(actionFlags)) label:setText(rvreasons[reason]) label.reasonId = reason label.actionFlags = actionFlags