Remove superfluous comment

This commit is contained in:
Karsten Heiken
2011-09-07 16:45:11 +02:00
parent 163bd6aa7b
commit c651655bd7

View File

@@ -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' => '*',