diff -r 199b9708f4a2 -r 854eecfada20 includes/dbal.php
--- a/includes/dbal.php Sun Dec 02 16:00:56 2007 -0500
+++ b/includes/dbal.php Fri Dec 07 16:42:22 2007 -0500
@@ -124,8 +124,6 @@
{
$this->enable_errorhandler();
- dc_here('dbal: trying to connect....');
-
if ( defined('IN_ENANO_INSTALL') && !defined('IN_ENANO_UPGRADE') )
{
@include(ENANO_ROOT.'/config.new.php');
@@ -140,7 +138,6 @@
if ( !defined('ENANO_INSTALLED') && !defined('MIDGET_INSTALLED') && !defined('IN_ENANO_INSTALL') )
{
- dc_here('dbal: oops, looks like Enano isn\'t set up. Constants ENANO_INSTALLED, MIDGET_INSTALLED, and IN_ENANO_INSTALL are all undefined.');
// scriptPath isn't set yet - we need to autodetect it to avoid infinite redirects
if ( !defined('scriptPath') )
{
@@ -169,7 +166,6 @@
if ( !$this->_conn )
{
- dc_here('dbal: uhoh!
'.mysql_error());
grinding_halt('Enano is having a problem', '
Error: couldn\'t connect to MySQL.
'.mysql_error().'