diff options
author | Mark Wells <mark@freeside.biz> | 2014-11-04 14:56:59 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-11-04 14:56:59 -0800 |
commit | 09cda18b435c2417e2716f03c08173264e3336a9 (patch) | |
tree | d65d9073d788ffb36235042d09434f77fb2fa3f3 | |
parent | b4cbc3a5ceeb64f3671e5b1be70a331d6af3fe69 (diff) |
debug
-rw-r--r-- | FS/FS/Report/Tax.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/Report/Tax.pm b/FS/FS/Report/Tax.pm index f53414b8c..acf9f4428 100644 --- a/FS/FS/Report/Tax.pm +++ b/FS/FS/Report/Tax.pm @@ -7,7 +7,7 @@ use Date::Format qw( time2str ); use Data::Dumper; -$DEBUG = 2; +$DEBUG = 0; =item report_internal OPTIONS @@ -500,7 +500,6 @@ sub title { if ( $self->{opt}->{agentnum} ) { my $agent = qsearchs('agent', { agentnum => $self->{opt}->{agentnum} }); $string .= $agent->agent . ' '; - warn $string; } $string .= 'Tax Report: '; # XXX localization if ( $self->{opt}->{beginning} ) { |