mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
Remove debug
This commit is contained in:
parent
8680068037
commit
37efb5725e
1 changed files with 0 additions and 2 deletions
|
@ -283,8 +283,6 @@ function profile_sidebar($profile, $block = 0) {
|
|||
$wallmessage_link = false;
|
||||
}
|
||||
|
||||
var_dump($profile);
|
||||
|
||||
// show edit profile to yourself
|
||||
if (!$is_contact && $profile['uid'] == local_user() && feature_enabled(local_user(),'multi_profiles')) {
|
||||
$profile['edit'] = array(App::get_baseurl(). '/profiles', t('Profiles'),"", t('Manage/edit profiles'));
|
||||
|
|
Loading…
Reference in a new issue