diff --git a/src/client/src/TournamentOverview.js b/src/client/src/TournamentOverview.js index 59bec17..ae44728 100644 --- a/src/client/src/TournamentOverview.js +++ b/src/client/src/TournamentOverview.js @@ -208,10 +208,6 @@ function RemovableBar(props) { } } -function showError(error) { - alert("Something went wrong. \n" + error); - console.error(error); -} export default function TournamentOverview(props) { const { tournamentId } = useParams();