From 131a10009a88ec24bf5e1c4c785f995d72f0b124 Mon Sep 17 00:00:00 2001 From: Julian Garcia Castillo Date: Tue, 28 Feb 2017 21:26:06 +0100 Subject: [PATCH] remove unnecesary function --- Controller/api/getStory.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Controller/api/getStory.php b/Controller/api/getStory.php index 7069a50..1ca42de 100644 --- a/Controller/api/getStory.php +++ b/Controller/api/getStory.php @@ -164,12 +164,3 @@ echo json_encode($arrayHistoria); -// Check if @id parameter is found in array - // function _isStoryUnique($id) { - // foreach ($readStories as &$key) { - // if ($id != $key) { - // return true; - // break; - // } - // } - // }