Removed a var_dump()

This commit is contained in:
Shoghi Cervantes Pueyo 2012-12-26 20:35:49 +01:00
parent 22d7f856d8
commit be78530175

View File

@ -124,7 +124,6 @@ class ServerAPI extends stdClass{ //Yay! I can add anything to this class in run
console("[ERROR] GitHub API Error");
}else{
$info = $info[0];
var_dump($info);
if($info["name"] != MAJOR_VERSION){
console("[NOTICE] A new STABLE version of PocketMine-MP has been released");
console("[NOTICE] Version \"".$info["name"]."\" [".substr($info["commit"]["sha"], 0, 10)."]");