From 4c5e28e53adfdc0b5a5f125f4b0cf7a981c870b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Rodr=C3=ADguez?= Date: Fri, 26 May 2017 01:43:46 +0200 Subject: [PATCH] build(aio): less verbose boilerplate generator (#16970) --- aio/tools/examples/add-example-boilerplate.js | 1 - 1 file changed, 1 deletion(-) diff --git a/aio/tools/examples/add-example-boilerplate.js b/aio/tools/examples/add-example-boilerplate.js index 151644ecf3..c57993ce7b 100644 --- a/aio/tools/examples/add-example-boilerplate.js +++ b/aio/tools/examples/add-example-boilerplate.js @@ -38,7 +38,6 @@ function add() { installNodeModules(); nodeModulesPaths.map((linkPath) => { - console.log("symlinking " + linkPath + ' -> ' + realPath) fs.ensureSymlinkSync(realPath, linkPath); });