Skip to content

Commit

Permalink
Merge pull request #1507 from ushahidi/1452-video-embed
Browse files Browse the repository at this point in the history
Removing accidental debug inclusion
  • Loading branch information
willdoran authored Nov 16, 2016
2 parents 6f59741 + ac8d4f3 commit a04e816
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/classes/Ushahidi/Repository/Post/Value.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public function getAllForPost($post_id, Array $include_attributes = [])
}

$results = $query->execute($this->db);
Kohana::$log->add(Log::ERROR, print_r($results, true));
return $this->getCollection($results->as_array());
}

Expand Down

0 comments on commit a04e816

Please sign in to comment.