diff --git a/install.php b/install.php index 63849e05..0e3c8895 100644 --- a/install.php +++ b/install.php @@ -175,7 +175,6 @@ function create_tables($dsn) { // {{{ } $schema = new adoSchema($db); $sql = $schema->ParseSchema("ext/upgrade/schema.xml"); - echo "
"; var_dump($sql); echo ""; $result = $schema->ExecuteSchema(); if(!$result) {