Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cadin committed Feb 17, 2023
1 parent 59b8312 commit a10082d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/Panel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,6 @@ function Panels.Panel.new(data)
end

function panel:reset()
if self.name then print(self.name) end

if self.resetFunction then
self:resetFunction()
end
Expand Down

0 comments on commit a10082d

Please sign in to comment.