Browse Source

OUbli d'un dump

Sangfroid 2 tháng trước cách đây
mục cha
commit
4039226fcf
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
         }