Remove useless statement (#50)

* Remove useless statement

* Delete instead of commenting.
This commit is contained in:
iPocket 2016-10-23 18:03:51 +02:00 committed by Dylan K. Taylor
parent 88d14e9923
commit 8053066ac0

View File

@ -401,10 +401,6 @@ namespace pocketmine {
++$errors;
}
if(!extension_loaded("uopz")){
//$logger->notice("Couldn't find the uopz extension. Some functions may be limited");
}
if(extension_loaded("pocketmine")){
if(version_compare(phpversion("pocketmine"), "0.0.1") < 0){
$logger->critical("You have the native PocketMine extension, but your version is lower than 0.0.1.");