removed logs

This commit is contained in:
Timo Bejan 2021-11-10 09:50:33 +02:00
parent fc6e5a3fce
commit a49db8fb36

View File

@ -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]);
}
});