remove puts from photoscontroller

This commit is contained in:
maxwell 2011-03-17 10:48:51 -07:00
parent 4e419f7d1a
commit 61bffb50d6

View file

@ -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