remove var_dumps

pull/248/head
David Goodwin 5 years ago
parent 06513c2a14
commit 81fed601a2

@ -55,10 +55,7 @@ if (getenv('DATABASE') == 'mysql') {
$config = parse_ini_file($expand_tilde('~/.my.cnf'));
var_dump($config);
if (empty($config)) {
var_dump("using default mysql config (localhost, root, empty password");
$config = ['user'=>'root', 'host' => '127.0.0.1', 'password' => ''];
}

Loading…
Cancel
Save