mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Remove rogue var_dump
This commit is contained in:
@ -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?
|
||||
|
Reference in New Issue
Block a user