removing debug message

master
AndreFaramir 12 years ago
parent 03d6081e32
commit 68d0f6e015

@ -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)

Loading…
Cancel
Save