core/menusystem: remove debug print()
This commit is contained in:
parent
6b9bbc4286
commit
5d95b50b97
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ function GridBox:getWidgetAtPoint(x, y)
|
|||
|
||||
for i,v in ipairs(self.slots) do
|
||||
local xx, yy, ww, hh = self:getSlotHitbox(i)
|
||||
print(i, xx, yy, ww, hh, x, y)
|
||||
if (x >= xx) and (y >= yy) and (x < xx + ww) and (y < yy + hh) then
|
||||
widgetID = v.widgetID
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue