@yuuvis/client-core 2.3.2 → 2.3.4

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.
@@ -2255,7 +2255,6 @@ class EventService {
2255
2255
  * @param data Data to be send along with the event
2256
2256
  */
2257
2257
  trigger(type, data) {
2258
- console.log(`EventService: trigger event ${type}`, data);
2259
2258
  this.#eventSource.next({ type, data });
2260
2259
  }
2261
2260
  /**