Skip to content

Commit d53162b

Browse files
author
hoang.tran12
committed
remove alert
1 parent eeefe2a commit d53162b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/performanceAnalyzer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ export default {
5252
0
5353
);
5454

55-
alert(choice);
56-
5755
if (choice != null && choice >= 0 && choice < options.length) {
5856
options[choice]?.func?.();
5957
}

0 commit comments

Comments
 (0)