mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Remove debug
This commit is contained in:
parent
e7962877d8
commit
ec24c9e67a
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ function M.with_limit()
|
|||
if rt.tasks.image_alloc > 0 then
|
||||
cmd = cmd:args({ "-limit", "memory", rt.tasks.image_alloc }):args { "-limit", "disk", "1MiB" }
|
||||
end
|
||||
ya.dbg(rt.tasks.image_bound)
|
||||
if rt.tasks.image_bound[1] > 0 then
|
||||
cmd = cmd:args { "-limit", "width", rt.tasks.image_bound[1] }
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue