Skip to content

Commit dfbbf71

Browse files
committed
fix(lib): remove debug log statement
1 parent bd2d25b commit dfbbf71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/checks/json.check.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export function jsonCheckTaskFactory(definition: JSONCheckDefinition) {
8989

9090
finishedCounter++;
9191

92-
console.log(name, finishedCounter, files.length);
9392
if (finishedCounter === files.length) {
9493
if (errors.length) {
9594
reject(errors);

0 commit comments

Comments
 (0)