]> git.mxchange.org Git - friendica.git/commitdiff
Remove debug
authorHypolite Petovan <mrpetovan@gmail.com>
Thu, 20 Apr 2017 03:31:38 +0000 (23:31 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Thu, 20 Apr 2017 03:31:38 +0000 (23:31 -0400)
include/identity.php

index 9e34e061c35d5fae2a49695b9de768bf9895ec08..a21624a212a35219672db2d8a274d60253f8136d 100644 (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'));