Remove debug

This commit is contained in:
sxyazi 2025-04-11 13:02:17 +08:00
parent e7962877d8
commit ec24c9e67a
No known key found for this signature in database

View file

@ -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