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