From: Mark Wells Date: Tue, 4 Nov 2014 22:56:59 +0000 (-0800) Subject: debug X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=09cda18b435c2417e2716f03c08173264e3336a9;p=freeside.git debug --- 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} ) {