diff --git a/app/controllers/photos_controller.rb b/app/controllers/photos_controller.rb index 529274c54..baf48d0a7 100644 --- a/app/controllers/photos_controller.rb +++ b/app/controllers/photos_controller.rb @@ -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