diff --git a/src/api/sentry/sentry.js b/src/api/sentry/sentry.js
index acebdbba5..60b8b4a8f 100644
--- a/src/api/sentry/sentry.js
+++ b/src/api/sentry/sentry.js
@@ -7,7 +7,6 @@ export default function initSentry() {
dsn: "https://76170ea4b79246638c1d9eb1c0e4fca9@sentry.gc.nav.no/37",
beforeSend(event, hint) {
const error = hint.originalException;
- debugger;
if (error && blockedStatusCodes.includes(error.statusCode)) {
return null; // event will be discarded
} else {
diff --git a/views/index.html b/views/index.html
index d9de85402..22ef56e6e 100644
--- a/views/index.html
+++ b/views/index.html
@@ -26,6 +26,6 @@
{{> components/footer}}
-
+