fix: remove two stray print()

This commit is contained in:
Kazhnuz Klappsthul 2022-01-02 22:29:40 +01:00
parent 5c5b551d8d
commit b20b9e5dd4
2 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@ end
function View1D:reset()
self.firstSlot = 1
print("reset")
end
function View1D:updateFirstSlot(widgetID)

View File

@ -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)