Remove api test pconfig debug

This commit is contained in:
Hypolite Petovan 2018-07-08 03:28:29 -04:00
parent 7b8410f5ef
commit 5906c7e013
2 changed files with 0 additions and 7 deletions

View file

@ -773,8 +773,6 @@ function api_get_user(App $a, $contact_id = null)
if ($theme_info['theme'] === 'frio') {
$schema = PConfig::get($ret['uid'], 'frio', 'schema');
var_dump($ret['uid'], $schema, $a->config, dba::inArray(dba::select('pconfig', [])));
if ($schema && ($schema != '---')) {
if (file_exists('view/theme/frio/schema/'.$schema.'.php')) {
$schemefile = 'view/theme/frio/schema/'.$schema.'.php';