removing debug message

This commit is contained in:
AndreFaramir 2012-02-03 18:30:54 -02:00
parent 03d6081e32
commit 68d0f6e015
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ local MaxHistory = 1000
-- private functions
local function navigateMessageHistory(step)
print("PASSO")
local numCommands = #messageHistory
if numCommands > 0 then
currentMessageIndex = math.min(math.max(currentMessageIndex + step, 0), numCommands)