Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Dec 30, 2024
1 parent 15d7272 commit 79bf093
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/components/pages/divisionsPage/divisionsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ export default function DivisionsPage({ summary, divisions }: DivisionsProps) {

useEffect(() => {
setIsLoaded(true);
if ((window as any).newrelic) {
(window as any).newrelic.log("test log from divisions page", {
level: "info",
});
}
}, []);

return (
Expand Down

0 comments on commit 79bf093

Please sign in to comment.