From 80b0cf0a358c2d989f5705e551bb68b610142b4a Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Fri, 22 Feb 2019 12:39:28 +0100 Subject: [PATCH] TT#47534 Remove unnecessary debug from timesets api Change-Id: Ica3afc7a9eddf1561ffb28051ea58e45fbc6ad25 --- lib/NGCP/Panel/Role/API/TimeSets.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/NGCP/Panel/Role/API/TimeSets.pm b/lib/NGCP/Panel/Role/API/TimeSets.pm index 0e8d7ad6db..7d310190eb 100644 --- a/lib/NGCP/Panel/Role/API/TimeSets.pm +++ b/lib/NGCP/Panel/Role/API/TimeSets.pm @@ -60,8 +60,6 @@ sub process_form_resource{ if($c->user->roles eq 'reseller') { $resource->{reseller_id} = $c->user->reseller_id; } - use Data::Dumper; - $c->log->debug(Dumper([$form->values->{times}])); #events specification in the body json part has higher priority than in uploaded file #now resource is data from json, lets take it if ($resource->{times}) {