]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove some debugging stuff in Profile::fillAvatars()
authorEvan Prodromou <evan@status.net>
Tue, 2 Aug 2011 17:14:11 +0000 (13:14 -0400)
committerEvan Prodromou <evan@status.net>
Tue, 2 Aug 2011 17:14:11 +0000 (13:14 -0400)
classes/Profile.php

index be60cfbd082dc242f7ad25ed1797f6aee59ebd92..d5008d9fb8581ff03af5b98f6b50266f4d0883a7 100644 (file)
@@ -1382,13 +1382,9 @@ class Profile extends Memcached_DataObject
            $ids[] = $profile->id;
        }
        
-       common_debug('Got here');
-       
        $avatars = Avatar::pivotGet('profile_id', $ids, array('width' => $width,
                                                                                                                          'height' => $width));
        
-       common_debug(sprintf('Got %d avatars for %d profiles', count($avatars), count($ids)));
-       
        foreach ($profiles as $profile) {
            $profile->_fillAvatar($width, $avatars[$profile->id]);
        }