@@ -26,7 +26,6 @@ class ColorParser implements InlineParserInterface
$inlineContext->getContainer()->appendChild($colorNode);
$inlineContext->getCursor()->advanceBy(mb_strlen($matches[0]));
- dump($matches[0]);
return true;
}