Remove debug lines

This commit is contained in:
Aidan Woods 2019-01-20 03:21:38 +00:00
parent ca008872ba
commit f8003dcded
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -54,10 +54,6 @@ final class Reference implements StateUpdatingBlock
$State->getOrDefault(DefinitionBook::class)->setting($id, $Data) $State->getOrDefault(DefinitionBook::class)->setting($id, $Data)
); );
// if ($id === 'single quotes') {
// var_dump($State);
// }
return new self($State); return new self($State);
} }