diff options
author | ivan <ivan> | 2005-12-05 17:19:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-12-05 17:19:32 +0000 |
commit | d5cab3c80bef3d7e2c538e7488af1f3fb0008af9 (patch) | |
tree | 6b87c224c50b5c95050636057e6402cdf98053ba /httemplate | |
parent | 0bdf5680db0b1b3686592f3a16a8bedd35c4a188 (diff) |
eek, don't log all this debugging info by default
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/edit/process/cust_main.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/edit/process/cust_main.cgi b/httemplate/edit/process/cust_main.cgi index acc1ca434..09a42544c 100755 --- a/httemplate/edit/process/cust_main.cgi +++ b/httemplate/edit/process/cust_main.cgi @@ -1,7 +1,5 @@ <% -warn join('', map { "$_ => ". $cgi->param($_). "\n" } $cgi->param ); - my $error = ''; #unmunge stuff |