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