turn debugging off
authorivan <ivan>
Mon, 19 Jan 2009 23:44:17 +0000 (23:44 +0000)
committerivan <ivan>
Mon, 19 Jan 2009 23:44:17 +0000 (23:44 +0000)
FS/FS/part_pkg/voip_cdr.pm

index cf9dd7b..8820d19 100644 (file)
@@ -14,7 +14,7 @@ use FS::rate_detail;
 
 @ISA = qw(FS::part_pkg::flat);
 
-$DEBUG = 1;
+$DEBUG = 0;
 
 tie my %rating_method, 'Tie::IxHash',
   'prefix' => 'Rate calls by using destination prefix to look up a region and rate according to the internal prefix and rate tables',