Remove console.log
This commit is contained in:
parent
08e2fa747f
commit
29b3c98cd2
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue