"removed debug messages (error_log)"

This commit is contained in:
Ralf Becker 2008-06-18 20:00:25 +00:00
parent b89e7b46a1
commit 6b631a3dd0

View File

@ -879,10 +879,8 @@ class setup
function setup_account_object(array $config=array())
{
error_log(__METHOD__."($config)");
if (!is_object($this->accounts) || $config)
{
error_log(__METHOD__."($config) creating new this->accounts object");
if (!is_object($this->db))
{
$this->loaddb();