fix: remove two stray print()
This commit is contained in:
parent
5c5b551d8d
commit
b20b9e5dd4
2 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@ end
|
|||
|
||||
function View1D:reset()
|
||||
self.firstSlot = 1
|
||||
print("reset")
|
||||
end
|
||||
|
||||
function View1D:updateFirstSlot(widgetID)
|
||||
|
|
|
@ -73,7 +73,6 @@ function GuiScreen:hide()
|
|||
if (self.isVisible) then
|
||||
if (self.transforms["hide"] ~= nil) then
|
||||
local time = self:playTransform("hide")
|
||||
print(time)
|
||||
self.tweens:newFunc(time, "hide", function ()
|
||||
self.isVisible = false
|
||||
end)
|
||||
|
|
Loading…
Reference in a new issue