remove test code

This commit is contained in:
Eduardo Bart 2012-01-09 19:19:45 -02:00
parent b18f85d6fd
commit d6ff85754c
1 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,5 @@ end
function displayItem(id)
local itemWidget = createWidget('Item', rootWidget)
--itemWidget:setItem(Item.create(11703))
itemWidget:setItem(Item.create(id))
end
addEvent(function() displayItem(408) end)