From 564cd53efd7eee7c2ecd2d07ba212419f04cb017 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 4 Nov 2014 14:57:08 -0800 Subject: [PATCH] debug --- FS/FS/Report/Tax.pm | 3 +-- 1 file changed, 1 insertion(+), 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} ) { -- 2.11.0