1
0
Fork 0

remove debugging output

pull/768/head
Florian Schunk 2019-11-28 01:40:00 +01:00
parent 80e6f995ae
commit 02057a4baa
1 changed files with 0 additions and 3 deletions

View File

@ -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]);