Skip to content

Commit

Permalink
remove unnecesary function
Browse files Browse the repository at this point in the history
  • Loading branch information
julianCast committed Feb 28, 2017
1 parent 5784358 commit 131a100
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Controller/api/getStory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
// }
// }
// }

0 comments on commit 131a100

Please sign in to comment.