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]
|
||||
|
||||
|
|
@ -92,8 +91,6 @@ class PhotosController < ApplicationController
|
|||
respond_with @photo, :location => photos_path, :error => message
|
||||
raise e
|
||||
end
|
||||
end
|
||||
puts @time.inspect
|
||||
end
|
||||
|
||||
def make_profile_photo
|
||||
|
|
|
|||
Loading…
Reference in a new issue