Removed dead code

This commit is contained in:
acli 2003-01-22 03:47:05 +00:00
parent d94a992aea
commit b5fa3e1cd5

View file

@ -45,9 +45,6 @@ use HTML::Template;
my %env;
my $input = new CGI;
#get varibale that tells us whether to show confirmation page
#or insert data
my $insert=$input->param('insert');
#get rest of data
my %data;