From 5b17a13e1586b6264b18d9ad114a3b1c9f747e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Tue, 11 Dec 2018 14:40:21 +0100 Subject: [PATCH] Remove debug line --- .../creator/content-creator/content-creator.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/creator/content-creator/content-creator.component.ts b/src/app/components/creator/content-creator/content-creator.component.ts index 18837ea31..39d4e7260 100644 --- a/src/app/components/creator/content-creator/content-creator.component.ts +++ b/src/app/components/creator/content-creator/content-creator.component.ts @@ -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() { -- GitLab