Removed erronous comments

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7490 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-11-30 17:03:13 +00:00
parent 0bfd73ea3f
commit fb004ad644
2 changed files with 0 additions and 4 deletions

View File

@@ -275,7 +275,6 @@ public class UsersBeanProperties
String avatarUrl = null;
List<AssociationRef> refs = this.nodeService.getTargetAssocs(this.person.getNodeRef(), ContentModel.ASSOC_AVATAR);
// remove old association if it exists
if (refs.size() == 1)
{
NodeRef photoRef = refs.get(0).getTargetRef();