Remove debug message

This commit is contained in:
AndreFaramir 2012-02-03 08:05:50 -02:00
parent 1615bf7a36
commit a26b64c4bf
1 changed files with 0 additions and 2 deletions

View File

@ -153,8 +153,6 @@ function Console.addText(text, speaktype, tabName)
local tab = Console.getTab(tabName)
if tab ~= nil then
Console.addTabText(text, speaktype, tab)
else
print("Error","Trying to addText on tabName: " .. tabName)
end
end