diff --git a/src/PhpDoc/GenericDoc.php b/src/PhpDoc/GenericDoc.php index eb1c0c3..74071bc 100644 --- a/src/PhpDoc/GenericDoc.php +++ b/src/PhpDoc/GenericDoc.php @@ -130,10 +130,6 @@ abstract class GenericDoc $relPath = $to; $path = \implode('/', $relPath); - if ($path === '../../../danog/MadelineProto/EventHandler.md') { - \var_dump($namespace); - } - if (!$desc = $see->getDescription()) { if ($desc = $this->builder->getTitle($ref)) { $desc = "`$ref`: $desc";