diff options
author | ivan <ivan> | 2007-01-29 16:16:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-01-29 16:16:49 +0000 |
commit | e1fa51a4add880c581270e61dce097b320d40d00 (patch) | |
tree | e0229a8981270a4bec5a372db0680cbe508d7394 | |
parent | 6af586392aef95c6fe35326ced1a9073b068a78c (diff) |
turn off debugging
-rw-r--r-- | FS/FS/cust_main.pm | 2 | ||||
-rw-r--r-- | FS/FS/rate.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 6b507c206..a0ad0de71 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -61,7 +61,7 @@ $realtime_bop_decline_quiet = 0; # 1 is mostly method/subroutine entry and options # 2 traces progress of some operations # 3 is even more information including possibly sensitive data -$DEBUG = 1; +$DEBUG = 0; $me = '[FS::cust_main]'; $import = 0; diff --git a/FS/FS/rate.pm b/FS/FS/rate.pm index a471e2ea4..c50ca044a 100644 --- a/FS/FS/rate.pm +++ b/FS/FS/rate.pm @@ -7,7 +7,7 @@ use FS::rate_detail; @ISA = qw(FS::Record); -$DEBUG = 1; +$DEBUG = 0; =head1 NAME |