Skip to content

Commit

Permalink
remove the alert for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyin-shan committed Nov 26, 2024
1 parent 2800b54 commit 7aca004
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/shared/titleii/TitleIIPracticeMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ const TitleIIPracticeMap = ({
setStatePerformance(initialStatePerformance);
return;
}
window.alert(selectedCodes);
const encodedCodes = selectedCodes.map((code) => encodeURIComponent(code)).join(",");
const url = `${
config.apiUrl
Expand Down

0 comments on commit 7aca004

Please sign in to comment.