@arsedizioni/ars-utils 20.3.56 → 20.3.59

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.
@@ -594,10 +594,8 @@ class ClipperDocumentManager {
594
594
  * @param document: the document to link to the activity
595
595
  */
596
596
  RS_newActivity(document) {
597
- console.log("RS_newActivity: " + document?.documentId);
598
597
  if (!this.clipperService.supportsRS() || !document)
599
598
  return;
600
- console.log("RS_newActivity: send");
601
599
  this.broadcastService.sendMessage(ClipperMessages.INTEROP_RS_NEW_ACTIVITY, document);
602
600
  }
603
601
  /**