From e1fa51a4add880c581270e61dce097b320d40d00 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 29 Jan 2007 16:16:49 +0000 Subject: [PATCH] turn off debugging --- FS/FS/cust_main.pm | 2 +- 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 -- 2.11.0