From: Brenda Wallace <shiny@cpan.org>
Date: Wed, 10 Mar 2010 09:03:36 +0000 (+1300)
Subject: removed a stay bit of debug
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=49f1b1e8b290de22381a0e25b2b612bd6ddaf79d;p=quix0rs-gnu-social.git

removed a stay bit of debug
---

diff --git a/lib/pgsqlschema.php b/lib/pgsqlschema.php
index 86ffbeb2a7..afb498f4a9 100644
--- a/lib/pgsqlschema.php
+++ b/lib/pgsqlschema.php
@@ -502,7 +502,7 @@ class PgsqlSchema extends Schema
     {
         $sql = "{$cd->name} ";
         $type = $this->_columnTypeTranslation($cd->type);
-var_dump($type);
+
         if (!empty($cd->size)) {
             $sql .= "{$type}({$cd->size}) ";
         } else {