removing debug message
This commit is contained in:
parent
03d6081e32
commit
68d0f6e015
|
@ -53,7 +53,6 @@ local MaxHistory = 1000
|
||||||
|
|
||||||
-- private functions
|
-- private functions
|
||||||
local function navigateMessageHistory(step)
|
local function navigateMessageHistory(step)
|
||||||
print("PASSO")
|
|
||||||
local numCommands = #messageHistory
|
local numCommands = #messageHistory
|
||||||
if numCommands > 0 then
|
if numCommands > 0 then
|
||||||
currentMessageIndex = math.min(math.max(currentMessageIndex + step, 0), numCommands)
|
currentMessageIndex = math.min(math.max(currentMessageIndex + step, 0), numCommands)
|
||||||
|
|
Loading…
Reference in New Issue