Sangfroid преди 2 месеца
родител
ревизия
4039226fcf
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/Markdown/ColorParser.php

+ 0 - 1
src/Markdown/ColorParser.php

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