From 3f18ffa4755a85b6073e9736d47269ffba9bb835 Mon Sep 17 00:00:00 2001 From: AndreFaramir Date: Tue, 5 Jun 2012 13:47:12 -0300 Subject: [PATCH] no more prints plx -.-' --- modules/game_ruleviolation/ruleviolation.lua | 1 - 1 file changed, 1 deletion(-) 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