Skip to content

Commit 14f21b5

Browse files
committed
Removing unnecessary code
1 parent 902070a commit 14f21b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

runme-badge-plugin.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ const runmePlugin = ({ repository }) => {
2222
return;
2323
}
2424

25-
// let inserted = false;
2625
visit(ast, "heading", (node, index, parent) => {
27-
// inserted = true;
2826
parent.children.splice(index, 0, {
2927
type: "link",
3028
url: `https://runme.dev/api/runme?repository=${encodeURIComponent(

0 commit comments

Comments
 (0)