Skip to content
Snippets Groups Projects
Commit 1fc573c8 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Remove debug information

parent 573b55ae
No related merge requests found
...@@ -79,7 +79,6 @@ export class HeaderComponent implements OnInit { ...@@ -79,7 +79,6 @@ export class HeaderComponent implements OnInit {
width: '350px' width: '350px'
}); });
let role = (isDozent === true) ? UserRole.CREATOR : UserRole.PARTICIPANT; let role = (isDozent === true) ? UserRole.CREATOR : UserRole.PARTICIPANT;
console.log(role);
dialogRef.componentInstance.role = role; dialogRef.componentInstance.role = role;
dialogRef.componentInstance.isStandard = true; dialogRef.componentInstance.isStandard = true;
} }
......
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