1
0
mirror of https://github.com/pandorabox-io/banners.git synced 2025-01-06 16:10:32 +01:00

remove stray debug point

This commit is contained in:
Luke aka SwissalpS 2024-11-29 10:38:17 +01:00
parent 143e549ff9
commit 767a49a432

View File

@ -212,7 +212,6 @@ end
banners.Banner = {}
function banners.Banner:new(banner)
p('new')
banner = banner or { color = "bg_black.png", transforms = {} }
setmetatable(banner, self)
self.__index = self