diff --git a/include/controllers/default/crunchbutton/api/config/index.php b/include/controllers/default/crunchbutton/api/config/index.php index fe1b291da..4ebb7e566 100644 --- a/include/controllers/default/crunchbutton/api/config/index.php +++ b/include/controllers/default/crunchbutton/api/config/index.php @@ -5,8 +5,8 @@ class Controller_api_config extends Crunchbutton_Controller_Rest { switch ($this->method()) { case 'post': if ($this->request()['ab']) { - echo 'saving'; - print_r($this->request()['ab']); + // echo 'saving'; + // print_r($this->request()['ab']); c::auth()->set('ab', json_encode($this->request()['ab'])); } break; @@ -25,4 +25,4 @@ class Controller_api_config extends Crunchbutton_Controller_Rest { break; } } -} \ No newline at end of file +}