Skip to content

Commit

Permalink
Remove redundant commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jul 5, 2018
1 parent 82de8ac commit 22eba3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/controllers/cron.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public function convertVideos()
$videos = $this->db->get_where('video', array('converted' => 1))->result();

foreach ($videos as $video) {
//$i++;
$fileNameNoExtension = preg_replace("/\.[^.]+$/", "", $video->video_file);
$video_path = FCPATH . "assets/uploads/video/$video->video_file";

Expand Down

0 comments on commit 22eba3c

Please sign in to comment.