Skip to content

Commit d295fc2

Browse files
committed
remove unused variable in global babel plugin
1 parent 4812a3e commit d295fc2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/pbjsGlobals.js

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ let identifierToStringLiteral = [
1212
'$$REPO_AND_VERSION$$'
1313
];
1414

15-
let count = 0;
16-
1715
module.exports = function() {
1816
return {
1917
visitor: {

0 commit comments

Comments
 (0)