diff --git a/application/controllers/trials.php b/application/controllers/trials.php index 2cf65b8..ff75a2e 100644 --- a/application/controllers/trials.php +++ b/application/controllers/trials.php @@ -81,8 +81,6 @@ class Trials extends CI_Controller { $data = array( 'name' => $this->input->post('name'), 'description' => $this->input->post('description'), - 'defaultmodel' => "todo", - 'defaultconfig' => "todo", ); $result = $this->trial->create($data);