mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 15:49:54 +00:00
Remove rogue var_dump
This commit is contained in:
parent
324d203f4e
commit
f33633efcb
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user