From df0c3ff401c8ca89126fb616fcf93d9546932332 Mon Sep 17 00:00:00 2001 From: Willem Wyndham Date: Sun, 4 Aug 2019 20:25:17 -0400 Subject: [PATCH] small edit --- gulp-utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulp-utils.js b/gulp-utils.js index 6495a66b..0f112e0b 100644 --- a/gulp-utils.js +++ b/gulp-utils.js @@ -39,7 +39,6 @@ function getAsc() { } const logLn = process.browser ? window.logLn : console.log; - console.log("asc " + args.join(" ")); return main(args, options || { stdout: process.stdout || asc.createMemoryStream(logLn), stderr: process.stderr || asc.createMemoryStream(logLn),