diff --git a/frontend/src/components/pages/Umfrage.js b/frontend/src/components/pages/Umfrage.js index 5538291..26aac1a 100644 --- a/frontend/src/components/pages/Umfrage.js +++ b/frontend/src/components/pages/Umfrage.js @@ -76,9 +76,6 @@ export default function Umfrage() { method: "post", body: JSON.stringify(opts), }); - } else { - // TODO: Write what is wrong with the things - console.log(setAgeErrorMessage); } };