@ship-ui/core 0.17.20 → 0.17.21

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.
@@ -7200,7 +7200,6 @@ class ShipTooltip {
7200
7200
  #environmentInjector;
7201
7201
  onMouseEnter(event) {
7202
7202
  event.stopPropagation();
7203
- console.log('openRef?.component.anchorName this.anchorName', openRef?.component.anchorName, this.anchorName);
7204
7203
  if (openRef?.component.anchorName !== this.anchorName) {
7205
7204
  this.cleanupTooltip();
7206
7205
  }