Browse Source

:fire: Log::info($html);

visuddhinanda 2 years ago
parent
commit
3bb0d474aa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Http/Api/MdRender.php

+ 0 - 1
app/Http/Api/MdRender.php

@@ -438,7 +438,6 @@ class MdRender{
         $markdown = str_replace(['<param','</param>'],['<span','</span>'],$markdown);
         $markdown = str_replace(['<param','</param>'],['<span','</span>'],$markdown);
         $Parsedown = new \Parsedown();
         $Parsedown = new \Parsedown();
         $html = $Parsedown->text($markdown);
         $html = $Parsedown->text($markdown);
-        Log::info($html);
         $html = MdRender::fixHtml($html);
         $html = MdRender::fixHtml($html);
 
 
         $html = str_replace('<hr>','<hr />',$html);
         $html = str_replace('<hr>','<hr />',$html);