From: Cédric Exbrayat Date: Wed, 19 Jan 2022 08:22:06 +0000 (+0100) Subject: chore: remove console.log (#30) X-Git-Tag: v3.1.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2398bcec400ca5a87f7118d5e5bb9d9f34b0ec5c;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: remove console.log (#30) --- diff --git a/index.js b/index.js index e94d742c..fc144d29 100755 --- 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) {