Skip to content

Commit ac3581f

Browse files
committed
removed wrong echo
1 parent 9cd2d3e commit ac3581f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

helpers/MarkdownHighlightTrait.php

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ protected function renderCode($block)
4747
return "<pre><code class=\"hljs {$result->language}\">{$result->value}</code></pre>\n";
4848
}
4949
} catch (DomainException $e) {
50-
echo $e;
5150
return parent::renderCode($block);
5251
}
5352
}

0 commit comments

Comments
 (0)