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

Remove debug line

parent a078d19a
No related merge requests found
......@@ -42,7 +42,6 @@ export class ContentCreatorComponent implements OnInit {
ngOnInit() {
this.translateService.use(localStorage.getItem('currentLang'));
this.lastCollection = sessionStorage.getItem('collection');
console.log(this.lastCollection);
}
resetInputs() {
......
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