mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00
removing debug message
This commit is contained in:
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…
x
Reference in New Issue
Block a user