From f775f84fcfeb5b2a99c2590ae0b7b3018e7c8b56 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Tue, 23 Jul 2013 15:08:40 +0200 Subject: [PATCH] Remove debug messages. --- lib/NGCP/Panel/Form/SubscriberCFSimple.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/NGCP/Panel/Form/SubscriberCFSimple.pm b/lib/NGCP/Panel/Form/SubscriberCFSimple.pm index 5eda4c4608..22dd6dc8b4 100644 --- a/lib/NGCP/Panel/Form/SubscriberCFSimple.pm +++ b/lib/NGCP/Panel/Form/SubscriberCFSimple.pm @@ -54,14 +54,9 @@ sub set_destination_groups { my $uri_t = 300; if(defined $self->form->ctx && defined $self->form->ctx->stash->{cf_tmp_params}) { - print ">>>>>>>>>>>>>>>>>>>>>>> we have cf_tmp_params\n"; - use Data::Printer; - p $self->form->ctx->stash->{cf_tmp_params}; my $d = $self->form->ctx->stash->{cf_tmp_params}; - p $d; $uri_d = $d->{uri_destination} if defined($d); $uri_t = $d->{uri_timeout} if defined($d); - print ">>>>>>>>>>>>>>>>>>>>>>> uri_destination=$uri_d, uri_timeout=$uri_t\n"; } push @options, { label => 'Voicemail', value => 'voicebox' };