remove debug thingy

git-svn-id: file:///home/shish/svn/shimmie2/trunk@708 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-01-27 17:07:27 +00:00
parent 8bec513d62
commit 1ca6064d3b

View File

@ -175,7 +175,6 @@ function create_tables($dsn) { // {{{
}
$schema = new adoSchema($db);
$sql = $schema->ParseSchema("ext/upgrade/schema.xml");
echo "<pre>"; var_dump($sql); echo "</pre>";
$result = $schema->ExecuteSchema();
if(!$result) {