diff --git a/api/application/controllers/Flyhi_Controller.php b/api/application/controllers/Flyhi_Controller.php index ae77fd06..06006c59 100644 --- a/api/application/controllers/Flyhi_Controller.php +++ b/api/application/controllers/Flyhi_Controller.php @@ -640,7 +640,7 @@ class Flyhi_Controller extends REST_Controller { } } } - print_r($photo_questions);die; + //print_r($photo_questions);die; $photo_questions = json_encode($photo_questions); $section_data[0]['section_data'] = $photo_questions; }