diff --git a/application/controllers/trials.php b/application/controllers/trials.php index 8499fa9..f2f01d5 100644 --- a/application/controllers/trials.php +++ b/application/controllers/trials.php @@ -64,7 +64,6 @@ class Trials extends CI_Controller { } if ($this->form_validation->run('trials/create') === true) { - // TODO: Handle file upload $config = array( 'upload_path' => '/tmp', 'allowed_types' => '*',