@foblex/m-render 2.6.5 → 2.6.6

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.
@@ -1020,7 +1020,6 @@ class MarkCodeFocusedBlocksPostProcessor {
1020
1020
  handle(element) {
1021
1021
  const html = element.innerHTML;
1022
1022
  if (!FOCUS_REGEX.test(html)) {
1023
- console.warn('[MarkCodeFocusedBlocksPostProcessor] No focus markers found in the code block.', html);
1024
1023
  return of(element);
1025
1024
  }
1026
1025
  element.innerHTML = html.replace(FOCUS_REGEX, (_match, content) => {