mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
Remove debug message
This commit is contained in:
@@ -153,8 +153,6 @@ function Console.addText(text, speaktype, tabName)
|
|||||||
local tab = Console.getTab(tabName)
|
local tab = Console.getTab(tabName)
|
||||||
if tab ~= nil then
|
if tab ~= nil then
|
||||||
Console.addTabText(text, speaktype, tab)
|
Console.addTabText(text, speaktype, tab)
|
||||||
else
|
|
||||||
print("Error","Trying to addText on tabName: " .. tabName)
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user