]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: remove console.log (#30)
authorCédric Exbrayat <cexbrayat@users.noreply.github.com>
Wed, 19 Jan 2022 08:22:06 +0000 (09:22 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Jan 2022 08:22:06 +0000 (16:22 +0800)
index.js

index e94d742cc3c13af9ccbd35243eb8663d297d04f5..fc144d29b0aff0b1ef69a627514e7d57ba2f5a94 100755 (executable)
--- a/index.js
+++ b/index.js
@@ -282,7 +282,6 @@ async function init() {
     render('config/cypress')
   }
   if (needsCypressCT) {
-    console.log('needsCypressCT', needsCypressCT)
     render('config/cypress-ct')
   }
   if (needsTypeScript) {