dashboard: remove random console.log

This commit is contained in:
Johannes Zellner
2024-08-08 15:38:23 +02:00
parent cbbdb77a6e
commit d7c20048fe

View File

@@ -468,8 +468,6 @@ function redirectIfNeeded(status, currentView) {
return false;
}
console.log(status, currentView);
if (status.activated) {
console.log('Already activated');
if (currentView === 'dashboard') {