Skip to content

Commit 2e2002e

Browse files
committed
fix: remove debugger
1 parent 4091817 commit 2e2002e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

electron/parse.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ export function parseRules(wasmBytes, rules) {
4040
for (let i = 0; i < funcs.length; i++) {
4141
const type = funcs[i].signature;
4242
const body = funcs[i].body;
43-
if(funcs[i].name.value=="func_2564"){
44-
debugger;
45-
}
4643

4744
for (const rule of rules) {
4845
if (

0 commit comments

Comments
 (0)