Changeset 8161

Show
Ignore:
Timestamp:
08/25/09 13:47:28 (2 years ago)
Author:
mickecarlsson
Message:

Closes 3707 removes unnecessary debug output of static information

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.5/amp_conf/agi-bin/phpagi.php

    r5007 r8161  
    213213      } 
    214214 
    215       $this->conlog('PHPAGI internal configuration:'); 
    216       $this->conlog(print_r($this->config, true)); 
     215// Next two lines where removed 2009-08-25 due to unneccesary output when setting "core set verbose 3" or higher in Asterisk. 
     216// 
     217//    $this->conlog('PHPAGI internal configuration:'); 
     218//    $this->conlog(print_r($this->config, true)); 
    217219 
    218220// Enable for debuggin purposes