diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-02-12 02:32:59 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-02-12 02:32:59 -0800 |
| commit | 420ce9160ae045218e464effcdcb678299cb5faa (patch) | |
| tree | 2d6e2e1c589f1fbd50913021230cc002c4f4fd6d /httemplate | |
| parent | a4b6fc1db4659ecbbb6a91d5258c6cfb1bc79dfe (diff) | |
remove debug warning
Diffstat (limited to 'httemplate')
| -rw-r--r-- | httemplate/edit/process/elements/process.html | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
