Skip to content

Commit

Permalink
removed an extra console log - oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
andieswift committed Dec 30, 2024
1 parent ece0cd3 commit e3e519f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/ui-src/src/containers/Triage.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const Triage = () => {
tempTriageData.choices = tempTriageData.choices.filter(
(choice) => !choice.description.includes("MMDL")
);
console.log("andie after", tempTriageData);
}
setTriageData(tempTriageData);
}, [location, mmdlNotification]);
Expand Down

0 comments on commit e3e519f

Please sign in to comment.