From 29b3c98cd2b07d88e8b077ec155a19d971e28d04 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Mon, 14 Feb 2022 19:20:58 +0100 Subject: [PATCH] Remove console.log --- test/CodeQuality.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeQuality.spec.ts b/test/CodeQuality.spec.ts index 53fe24587..9962892e1 100644 --- a/test/CodeQuality.spec.ts +++ b/test/CodeQuality.spec.ts @@ -10,7 +10,6 @@ export default class CodeQualitySpec extends T { const excludedDirs = [".git", "node_modules", "dist", ".cache", ".parcel-cache", "assets"] exec("grep \"constructor.name\" -r . " + excludedDirs.map(d => "--exclude-dir=" + d).join(" "), ((error, stdout, stderr) => { - console.log("Grep gave: ", stdout) if (error?.message?.startsWith("Command failed: grep")) { return; }