Remove debug

This commit is contained in:
Hypolite Petovan 2017-04-19 23:31:38 -04:00
parent 8680068037
commit 37efb5725e
1 changed files with 0 additions and 2 deletions

View File

@ -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'));