diff --git a/app/controllers/photos_controller.rb b/app/controllers/photos_controller.rb index 529274c54b9d90b02268638e549bed6bc0095de3..baf48d0a75a2dfb0979aa21b5892a4b21995e04d 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