forked from GNUsocial/gnu-social
removed sneaky debug echo that shouldn't be there
This commit is contained in:
parent
599942f58a
commit
7cf250ff18
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user