@arsedizioni/ars-utils 19.0.96 → 19.0.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3852,7 +3852,6 @@ class ClipperBrowserDialogComponent {
3852
3852
  .pipe(takeUntil(this.unsubscribe))
3853
3853
  .subscribe(message => {
3854
3854
  if (message.id === ClipperMessages.DOCUMENT_SELECTED_INNER) {
3855
- console.log(JSON.stringify(message));
3856
3855
  const document = this.clipperBrowser().getSnapshotDocument(message.data.documentId || message.data.id);
3857
3856
  if (document) {
3858
3857
  this.broadcastService.sendMessage(ClipperMessages.DOCUMENT_SELECTED, [document]);