added some db functionality
[PHPIPManager.git] / lib / db.php
index 77a9068..e7afc6e 100644 (file)
@@ -22,7 +22,6 @@ class db {
                
                try {
                        $this->dbobject = new PDO("$DB_URI");
-                       error_log("channy is a poof");
                } catch(PDOException $exep) {
                        error_log("execpt on db open");
                }