Remove debugging statement...
authorxzilla <xzilla>
Tue, 18 Jul 2006 19:01:46 +0000 (19:01 +0000)
committerxzilla <xzilla>
Tue, 18 Jul 2006 19:01:46 +0000 (19:01 +0000)
classes/database/Postgres81.php

index 578634b5827d510314b978b78d07c580033d38fd..b90c187d5ece6f0f5fb6dbb3010492310c5a58e4 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * PostgreSQL 8.1 support
  *
- * $Id: Postgres81.php,v 1.8 2006/07/18 18:58:47 xzilla Exp $
+ * $Id: Postgres81.php,v 1.9 2006/07/18 19:01:46 xzilla Exp $
  */
 
 include_once('./classes/database/Postgres80.php');
@@ -107,8 +107,6 @@ class Postgres81 extends Postgres80 {
                        {$clause}
                        {$orderby}";
 
-               echo $sql ; 
-
                return $this->selectSet($sql);
        }