]> git.mxchange.org Git - friendica.git/blobdiff - include/api.php
Remove api test pconfig debug
[friendica.git] / include / api.php
index 986789983453275ee8f6e19463709586ee0e1754..d307afa953639ed65a4bbe15e015f090cc23cda0 100644 (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';