Show
Ignore:
Timestamp:
09/15/06 21:20:45 (7 years ago)
Author:
qldrob
Message:

Remove debugging message that's confusing and doesn't indicate an error.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/agi-bin/fixlocalprefix

    r2121 r2485  
    117117  parse_conf(LOCALPREFIX_FILE, $conf, $section); 
    118118  if (count($conf) == 0) { 
    119     $agi->verbose("Could not parse ".LOCALPREFIX_FILE); 
     119//    $agi->verbose("Could not parse ".LOCALPREFIX_FILE); 
    120120    exit(1); 
    121121  }