Skip to content

Commit f1c31a8

Browse files
committed
chore(preprocess): remove console log
1 parent aa4ac60 commit f1c31a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/preprocess/preprocess.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ func exposeAPIs_main(input string) string {
562562
})
563563

564564
croppedInput := utils.FindFirstMatch(input, `\({menu:[^,]+,.*?triggerRef:[^,]+,[^}]*}\).*value:"contextmenu"`)[0]
565-
fmt.Println(croppedInput)
566565

567566
reactRef := utils.FindFirstMatch(croppedInput, `([\w_$]+)\.useRef`)
568567
var react, menu, trigger, target string

0 commit comments

Comments
 (0)