From: 三咲智子 Kevin Deng Date: Sun, 29 Jan 2023 19:48:20 +0000 (+0800) Subject: chore: remove debugging log X-Git-Tag: v3.2.46~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3932c10e791946a63a3c693f8e7e05a322831376;p=thirdparty%2Fvuejs%2Fcore.git chore: remove debugging log --- diff --git a/scripts/dev.mjs b/scripts/dev.mjs index 5ae5104943..596bea84f8 100644 --- a/scripts/dev.mjs +++ b/scripts/dev.mjs @@ -91,7 +91,6 @@ const plugins = [ ] if (format === 'cjs' || pkg.buildOptions?.enableNonBrowserBranches) { - console.log(nodePolyfills) plugins.push(nodePolyfills()) }