Removed debug sleep

This commit is contained in:
Kaleb Murphy 2009-03-16 16:33:46 +00:00
parent 1c8b30135a
commit fb8cd3af30

View file

@ -673,7 +673,6 @@ If undef, the address is pulled form the form POST.
sub www_loadSurvey {
my ( $self, $options ) = @_;
my $editflag = 1;
sleep(2);
my $address = defined $options->{address} ? $options->{address} : undef;
if ( !defined $address ) {
if ( my $inAddress = $self->session->form->process('data') ) {