remove unesseary log
This commit is contained in:
parent
69f017df36
commit
6a93c6e894
@ -14,8 +14,6 @@ export function downloadAndUnzip(
|
||||
|
||||
fs.mkdirSync(destDirPath, { "recursive": true });
|
||||
|
||||
console.log({ url, destDirPath });
|
||||
|
||||
[
|
||||
`wget ${url}`,
|
||||
...["unzip", "rm"].map(prg => `${prg} ${pathBasename(url)}`),
|
||||
|
Loading…
x
Reference in New Issue
Block a user