Take out print statements

This commit is contained in:
Raphael 2010-11-30 15:51:37 -08:00
parent bfcae7fd80
commit d733d2c3bf

View file

@ -12,9 +12,6 @@ class AspectsController < ApplicationController
@posts = current_user.visible_posts(:_type => "StatusMessage").paginate :page => params[:page], :per_page => 15, :order => 'created_at DESC'
@post_hashes = hashes_for_posts @posts
@aspect_hashes = hashes_for_aspects @aspects.all, @contacts
pp @aspect_hashes
pp @aspects.all
pp @contacts
@aspect = :all
if current_user.getting_started == true