We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad02959 commit 55b6033Copy full SHA for 55b6033
1 file changed
packages/plugin-annotation/src/lib/annotation-plugin.ts
@@ -647,7 +647,6 @@ export class AnnotationPlugin extends BasePlugin<
647
private getAllAnnotations(documentId: string, doc: PdfDocumentObject) {
648
const task = this.engine.getAllAnnotations(doc);
649
task.wait((annotations) => {
650
- console.log('all annotations', annotations);
651
this.dispatch(setAnnotations(documentId, annotations));
652
653
// Mark initial load as complete
0 commit comments