mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 05:55:33 +00:00
Server: remove useless debug message
leveldb is now mandatory, so this message will always be emitted.
This commit is contained in:
parent
9904810f24
commit
712e077bc1
@ -109,7 +109,6 @@ use function bin2hex;
|
||||
use function count;
|
||||
use function define;
|
||||
use function explode;
|
||||
use function extension_loaded;
|
||||
use function file_exists;
|
||||
use function file_get_contents;
|
||||
use function file_put_contents;
|
||||
@ -1242,9 +1241,6 @@ class Server{
|
||||
}elseif($formatName !== ""){
|
||||
$this->logger->warning($this->language->translateString("pocketmine.level.badDefaultFormat", [$formatName]));
|
||||
}
|
||||
if(extension_loaded("leveldb")){
|
||||
$this->logger->debug($this->getLanguage()->translateString("pocketmine.debug.enable"));
|
||||
}
|
||||
|
||||
$this->levelManager = new LevelManager($this);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user