remove puts from photoscontroller
This commit is contained in:
parent
4e419f7d1a
commit
61bffb50d6
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue