Commit 54013c48 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Supprime un \var_dump.

Showing with 0 additions and 1 deletion
+0 -1
...@@ -40,7 +40,6 @@ final class FormattedHeaderProvider implements HeaderProviderInterface ...@@ -40,7 +40,6 @@ final class FormattedHeaderProvider implements HeaderProviderInterface
public function getHeader() public function getHeader()
{ {
$template = $this->templateProvider->getTemplate(); $template = $this->templateProvider->getTemplate();
var_dump($template);
return $template ? $this->templateFormatter->format($template) : null; return $template ? $this->templateFormatter->format($template) : null;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment