diff --git a/system/View/Parser.php b/system/View/Parser.php index b8892ffeb20b..454220d61151 100644 --- a/system/View/Parser.php +++ b/system/View/Parser.php @@ -255,7 +255,6 @@ protected function parse(string $template, array $data = [], array $options = nu { return ''; } - if ($template=='forums/categories') { dd($data); } // Remove any possible PHP tags since we don't support it // and parseConditionals needs it clean anyway...