remove trace

This commit is contained in:
BDC 2013-04-24 21:30:09 -04:00
parent 39e91f0fc9
commit 4ffd75bb69

View File

@ -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;
}
}
}
}