Skip to content

Commit

Permalink
chore(preprocess): remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri committed Sep 8, 2024
1 parent aa4ac60 commit f1c31a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/preprocess/preprocess.go
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,6 @@ func exposeAPIs_main(input string) string {
})

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

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

0 comments on commit f1c31a8

Please sign in to comment.