mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
fix(image): remove debug
This commit is contained in:
parent
5b481ead14
commit
13863ea25d
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue