@linzjs/step-ag-grid 28.2.0 → 28.2.1

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.
@@ -2131,7 +2131,6 @@ const ControlledMenuFr = ({ 'aria-label': ariaLabel, className, containerProps,
2131
2131
  },
2132
2132
  }), [onItemClick, onClose]);
2133
2133
  const onKeyUp = (e) => {
2134
- console.log(e);
2135
2134
  switch (e.key) {
2136
2135
  case Keys.ESC:
2137
2136
  e.preventDefault();