From fb8cd3af3066e840a43d22a25cdd0dcf402c8df9 Mon Sep 17 00:00:00 2001 From: Kaleb Murphy Date: Mon, 16 Mar 2009 16:33:46 +0000 Subject: [PATCH] Removed debug sleep --- lib/WebGUI/Asset/Wobject/Survey.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/Survey.pm b/lib/WebGUI/Asset/Wobject/Survey.pm index ce32730a9..97ab5a70c 100644 --- a/lib/WebGUI/Asset/Wobject/Survey.pm +++ b/lib/WebGUI/Asset/Wobject/Survey.pm @@ -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') ) {