diff --git a/backend/src/api/auth.ts b/backend/src/api/auth.ts
index 21fac6f8..b26f3d47 100644
--- a/backend/src/api/auth.ts
+++ b/backend/src/api/auth.ts
@@ -242,7 +242,6 @@ router.get('/project/:id', isAuthenticated, async (req, res) => {
});
router.get('/generate-api-key/:id', isAuthenticated, async (req, res) => {
- console.log('here');
const userId = req.params.id;
// 1. Find the user by the id
diff --git a/frontend/src/app/components/toolbar/toolbar.component.html b/frontend/src/app/components/toolbar/toolbar.component.html
index e9402b11..378b26a9 100644
--- a/frontend/src/app/components/toolbar/toolbar.component.html
+++ b/frontend/src/app/components/toolbar/toolbar.component.html
@@ -19,7 +19,7 @@
{{ user.username }}