We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c235b commit 3c89c82Copy full SHA for 3c89c82
scripts/performanceAnalyzer.js
@@ -52,8 +52,6 @@ export default {
52
0
53
);
54
55
- alert(choice);
56
-
57
if (choice != null && choice >= 0 && choice < options.length) {
58
options[choice]?.func?.();
59
}
0 commit comments