Remove rogue var_dump

This commit is contained in:
Dylan K. Taylor 2022-02-04 00:23:01 +00:00
parent 324d203f4e
commit f33633efcb
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -41,7 +41,6 @@ use function is_object;
use function is_string;
use function json_decode;
use function ksort;
use function var_dump;
use const JSON_THROW_ON_ERROR;
use const SORT_NUMERIC;
@ -199,8 +198,6 @@ final class BlockStateUpgradeSchemaUtils{
$filename = $matches[0];
$priority = (int) $matches[1];
var_dump($filename);
$fullPath = Path::join($path, $filename);
//TODO: should we bother handling exceptions in here?