Remove var_dump

This commit is contained in:
Mike Koch 2017-10-12 13:10:01 -04:00
parent cdd4c83e4f
commit d007792f3a
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

View File

@ -11,7 +11,6 @@ require(HESK_PATH . 'install/migrations/core.php');
$allMigrations = getAllMigrations();
$json = file_get_contents('php://input');
$request = json_decode($json, true);
var_dump($request);
/* @var $migration AbstractMigration */
$migration = $allMigrations[$request['migrationNumber']];