remove puts from photoscontroller

This commit is contained in:
maxwell 2011-03-17 10:48:51 -07:00
parent 4e419f7d1a
commit 61bffb50d6

View file

@ -42,7 +42,6 @@ class PhotosController < ApplicationController
end
def create
@time = Benchmark.realtime do
begin
raise unless params[:photo][:aspect_ids]
@ -93,8 +92,6 @@ class PhotosController < ApplicationController
raise e
end
end
puts @time.inspect
end
def make_profile_photo
author_id = current_user.person.id