Remove the debugging.

This commit is contained in:
jgen 2014-02-22 19:45:53 -05:00
parent 6da5f27447
commit 668de39626

View File

@ -121,8 +121,6 @@ function eok($name, $value) {
// }}}
function do_install() { // {{{
print(var_dump($_POST));
if(file_exists("data/config/auto_install.conf.php")) {
require_once "data/config/auto_install.conf.php";
install_process();
@ -335,8 +333,6 @@ EOD;
}
catch(PDOException $e)
{
print "DATABASE_DSN = '" + DATABASE_DSN + "'";
print <<<EOD
<div id="installer">
<h1>Shimmie Installer</h1>