Skip to content

Commit 9d42ff2

Browse files
committed
fix: remove console.log
1 parent 3faa1e6 commit 9d42ff2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/textlint-rule-ja-no-mixed-period.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ const reporter = (context, options = {}) => {
6464
return;
6565
}
6666
const lastNode = node.children[node.children.length - 1];
67-
console.log({
68-
node,
69-
parent: node.parent,
70-
lastNode
71-
});
7267
if (lastNode === undefined || lastNode.type !== Syntax.Str) {
7368
return;
7469
}

0 commit comments

Comments
 (0)