no more prints plx -.-'

This commit is contained in:
AndreFaramir 2012-06-05 13:47:12 -03:00
parent 0d34af972e
commit 3f18ffa475
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ function RuleViolation.loadReasons()
local actions = g_game.getGMActions() local actions = g_game.getGMActions()
for reason, actionFlags in pairs(actions) do for reason, actionFlags in pairs(actions) do
local label = createWidget('RVListLabel', reasonsTextList) local label = createWidget('RVListLabel', reasonsTextList)
print("LOAD REASON: " .. tostring(reason) .. " " .. tostring(actionFlags))
label:setText(rvreasons[reason]) label:setText(rvreasons[reason])
label.reasonId = reason label.reasonId = reason
label.actionFlags = actionFlags label.actionFlags = actionFlags