Sfoglia il codice sorgente

chore: remove debugging log

三咲智子 Kevin Deng 3 anni fa
parent
commit
3932c10e79
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      scripts/dev.mjs

+ 0 - 1
scripts/dev.mjs

@@ -91,7 +91,6 @@ const plugins = [
 ]
 
 if (format === 'cjs' || pkg.buildOptions?.enableNonBrowserBranches) {
-  console.log(nodePolyfills)
   plugins.push(nodePolyfills())
 }