remove debugging output
parent
80e6f995ae
commit
02057a4baa
|
@ -187,9 +187,6 @@ class Index implements ReadableIndex, \Serializable
|
|||
public function removeDefinition(string $fqn)
|
||||
{
|
||||
$parts = $this->splitFqn($fqn);
|
||||
if (empty($parts)) {
|
||||
throw new \Exception($fqn);
|
||||
}
|
||||
$this->removeIndexedDefinition(0, $parts, $this->definitions, $this->definitions);
|
||||
|
||||
unset($this->references[$fqn]);
|
||||
|
|
Loading…
Reference in New Issue