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; }