summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/pgsqlschema.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pgsqlschema.php b/lib/pgsqlschema.php
index 7594edc8e..12f24cfbe 100644
--- a/lib/pgsqlschema.php
+++ b/lib/pgsqlschema.php
@@ -434,7 +434,6 @@ class PgsqlSchema extends Schema
}
$sql = 'ALTER TABLE ' . $tableName . ' ' . implode(', ', $phrase);
- echo "<p>$sql</p>";
$res = $this->conn->query($sql);
if (PEAR::isError($res)) {