mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Remove unneeded console.log
This commit is contained in:
@@ -98,7 +98,6 @@ export async function fb_generate_thumbnail(
|
||||
`${cfg.quality}`,
|
||||
o,
|
||||
];
|
||||
console.log(args);
|
||||
const cmd = new Deno.Command(p, { args, stdout: "null", stderr: "piped" });
|
||||
const c = cmd.spawn();
|
||||
const s = await c.output();
|
||||
|
||||
Reference in New Issue
Block a user