TT#47534 Remove unnecessary debug from timesets api

Change-Id: Ica3afc7a9eddf1561ffb28051ea58e45fbc6ad25
changes/48/27448/1
Irina Peshinskaya 6 years ago
parent ec178cd8e4
commit 80b0cf0a35

@ -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}) {

Loading…
Cancel
Save