remove debug warning
authorIvan Kohler <ivan@freeside.biz>
Thu, 12 Feb 2015 10:32:59 +0000 (02:32 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 12 Feb 2015 10:32:59 +0000 (02:32 -0800)
httemplate/edit/process/elements/process.html

index 698540b..ce40a7e 100644 (file)
@@ -219,7 +219,7 @@ my %hash =
 my @values = ( 1 );
 if ( $bfield ) {
   @values = $cgi->param($bfield);
-  warn join(',', @values);
+  #warn join(',', @values);
 }
 
 my @uploaded_files;