Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
samie committed Jun 26, 2023
1 parent 2224c14 commit ac74ce0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
mutations.forEach((mutation) => {
if (mutation.addedNodes.length > 0) {
const addedNode = mutation.addedNodes[0];
debugger;
}
});
});
Expand Down

0 comments on commit ac74ce0

Please sign in to comment.