diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index 8df0d01e..b8064410 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -9781,9 +9781,7 @@ public function getCompaniesListsFromGeneralFormRawJSON_post() $random_string = $this->post('random_string'); $this->load->helper('video_grabber_helper'); $pd_master_details = $this->PD_Model->getPDMasterDetails($pd_id,$random_string); - // print_r($pd_master_details);die(); $result_data = (new video_grabber_helper)->grabAllVideo($pd_master_details[0]['pd_id'],$pd_master_details[0]['random_string'],$pd_master_details); - exit(); $data['dataStatus'] = true; $data['status'] = REST_Controller::HTTP_OK;