we never use this data [ci skip]

This commit is contained in:
Maxwell Salzberg 2012-01-27 00:25:05 -08:00
parent 117acdd17f
commit c43bb90794

View file

@ -33,7 +33,6 @@ class StatusMessagesController < ApplicationController
def bookmarklet def bookmarklet
@aspects = current_user.aspects @aspects = current_user.aspects
@selected_contacts = @aspects.map { |aspect| aspect.contacts }.flatten.uniq
@aspect_ids = @aspects.map{|x| x.id} @aspect_ids = @aspects.map{|x| x.id}
if ! is_mobile_device? if ! is_mobile_device?
render :layout => nil render :layout => nil