Skip to content
Snippets Groups Projects
Commit 64706f6c authored by Tom Käsler's avatar Tom Käsler
Browse files

remove console stmt

parent 312c08ff
No related merge requests found
......@@ -19,7 +19,6 @@ export class AuthenticationGuard implements CanActivate {
state: RouterStateSnapshot): boolean {
// Get active user
const user: User = this.authenticationService.getUser();
console.log(user.role);
// Get roles having access to this route
// undefined if every logged in user should have access regardless of its role
const requiredRoles = next.data['roles'] as Array<UserRole>;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment