Removed debug sleep
This commit is contained in:
parent
1c8b30135a
commit
fb8cd3af30
1 changed files with 0 additions and 1 deletions
|
|
@ -673,7 +673,6 @@ If undef, the address is pulled form the form POST.
|
||||||
sub www_loadSurvey {
|
sub www_loadSurvey {
|
||||||
my ( $self, $options ) = @_;
|
my ( $self, $options ) = @_;
|
||||||
my $editflag = 1;
|
my $editflag = 1;
|
||||||
sleep(2);
|
|
||||||
my $address = defined $options->{address} ? $options->{address} : undef;
|
my $address = defined $options->{address} ? $options->{address} : undef;
|
||||||
if ( !defined $address ) {
|
if ( !defined $address ) {
|
||||||
if ( my $inAddress = $self->session->form->process('data') ) {
|
if ( my $inAddress = $self->session->form->process('data') ) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue