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