fix(image): remove debug

This commit is contained in:
Folke Lemaitre 2025-02-18 16:37:41 +01:00
parent 5b481ead14
commit 13863ea25d
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -124,7 +124,7 @@ local commands = {
fd:close()
local format, w, h, x, y = info:match("^(%w+)%s+(%d+)x(%d+)%s+(%d+%.?%d*)x(%d+%.?%d*)$")
if not format then
dd(info)
return
end
step.meta.info = {
format = format:lower(),