From: Ivan Kohler Date: Thu, 12 Feb 2015 10:32:59 +0000 (-0800) Subject: remove debug warning X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=420ce9160ae045218e464effcdcb678299cb5faa;p=freeside.git remove debug warning --- diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index 698540b79..ce40a7ea6 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -219,7 +219,7 @@ my %hash = my @values = ( 1 ); if ( $bfield ) { @values = $cgi->param($bfield); - warn join(',', @values); + #warn join(',', @values); } my @uploaded_files;