From a49db8fb36c488ef8308ff9f15bba2d87b9b5649 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Wed, 10 Nov 2021 09:50:33 +0200 Subject: [PATCH] removed logs --- .../dossier/components/pdf-viewer/pdf-viewer.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/red-ui/src/app/modules/dossier/components/pdf-viewer/pdf-viewer.component.ts b/apps/red-ui/src/app/modules/dossier/components/pdf-viewer/pdf-viewer.component.ts index da430c61e..13856800f 100644 --- a/apps/red-ui/src/app/modules/dossier/components/pdf-viewer/pdf-viewer.component.ts +++ b/apps/red-ui/src/app/modules/dossier/components/pdf-viewer/pdf-viewer.component.ts @@ -255,7 +255,6 @@ export class PdfViewerComponent implements OnInit, OnChanges { if (annotations.length === 1 && annotations[0].ToolName === 'AnnotationCreateRectangle') { this.annotationManager.selectAnnotations(annotations); annotations[0].setRotationControlEnabled(false); - console.log(annotations[0]); } });