🔇 Removed debug console.logs

This commit is contained in:
Mawoka
2022-04-15 11:46:17 +02:00
parent 41a65eb456
commit 6a1072dae9
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -25,7 +25,6 @@
initLocalizationContext();
if (import.meta.env.VITE_SENTRY !== undefined) {
console.log(import.meta.env.VITE_SENTRY);
Sentry.init({
dsn: String(import.meta.env.VITE_SENTRY),
integrations: [new BrowserTracing()],
-1
View File
@@ -5,7 +5,6 @@
url.searchParams.get('returnTo') !== null
? url.searchParams.get('returnTo')
: '/overview';
console.log(returnTo);
if (session.authenticated) {
return {
status: 302,