Skip to content

Commit

Permalink
Remove superfluous console.log call
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 23, 2017
1 parent 95a107d commit 931533c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/unified-lint-rule/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ function coerce(name, value) {
typeof value[0] === 'string'
)
) {
console.log('val: ', value);
result = value.concat();
} else {
result = [1, value];
Expand Down

0 comments on commit 931533c

Please sign in to comment.