From c651655bd74ab0780deeaadbcf28a59b1fbc5276 Mon Sep 17 00:00:00 2001 From: Karsten Heiken Date: Wed, 7 Sep 2011 16:45:11 +0200 Subject: [PATCH] Remove superfluous comment --- application/controllers/trials.php | 1 - 1 file changed, 1 deletion(-) 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' => '*',