From b3ad56bcb52e5f8cbb897e09618092b485fde976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Mon, 12 Feb 2024 01:25:35 +0900 Subject: [PATCH] chore: debug --- scripts/tarball.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/tarball.mjs b/scripts/tarball.mjs index 5f01faec99..936a43d270 100644 --- a/scripts/tarball.mjs +++ b/scripts/tarball.mjs @@ -21,7 +21,6 @@ export default async function build() { const patterns = await walk({ path: cwd, ignoreFiles: ['.gitignore'] }); for await (const entry of glob.stream(patterns, { cwd, ignore, dot: true })) { - console.log(entry); pack.add(entry); }