From dd9a033cdd2c63b7809269e82d740b06727b4976 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Sat, 14 Nov 2020 02:29:17 +0200 Subject: [PATCH] removed debug --- .../file/annotation-actions/annotation-actions.component.html | 2 +- .../file/annotation-actions/annotation-actions.component.ts | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html index 6803f0893..e76ea790f 100644 --- a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html +++ b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html @@ -1,4 +1,4 @@ -
+
diff --git a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.ts b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.ts index e807e0aef..860371406 100644 --- a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.ts +++ b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.ts @@ -106,8 +106,4 @@ export class AnnotationActionsComponent implements OnInit { get dictionaryColor() { return this.appStateService.getDictionaryColor('suggestion-add-dictionary'); } - - get json() { - return JSON.stringify(this.annotation, null, 2); - } }