@arsedizioni/ars-utils 19.3.20 → 19.3.22

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.
@@ -1801,7 +1801,6 @@ class BroadcastChannelManager {
1801
1801
  * overloads
1802
1802
  */
1803
1803
  sendMessage(messageIdorBag, dataOrDelay = null, delay = 0) {
1804
- // console.warn({ messageIdorBag, dataOrDelay, delay });
1805
1804
  setTimeout(() => {
1806
1805
  if (typeof messageIdorBag === 'string') {
1807
1806
  this.channel?.postMessage({ messageId: messageIdorBag, data: dataOrDelay });