Skip to content

Commit a0971ac

Browse files
committed
chore: remove console.log
1 parent 5f82d00 commit a0971ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/textlint-rule-alex.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ module.exports = function textlintRuleAlex(context, options = {}) {
1212
const {Syntax, RuleError, report, getSource} = context;
1313
const helper = new RuleHelper(context);
1414
const opts = {...defaultOptions, ...options};
15-
console.log('opts', opts);
1615
/*
1716
{ [1:5-1:14: `boogeyman` may be insensitive, use `boogey` instead]
1817
message: '`boogeyman` may be insensitive, use `boogey` instead',

0 commit comments

Comments
 (0)