Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Commit 5701360

Browse files
committed
Remove unused parameter
1 parent 444d825 commit 5701360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = function (babel) {
33

44
return {
55
visitor: {
6-
ImportDeclaration (path, state) {
6+
ImportDeclaration(path) {
77
if (path.node.source.value.toLowerCase().includes('reactotron')) {
88
path.remove()
99
}

0 commit comments

Comments
 (0)