From 61bffb50d6b49276b5b15711d6f5f0601b8e7b30 Mon Sep 17 00:00:00 2001 From: maxwell <maxwell@joindiaspora.com> Date: Thu, 17 Mar 2011 10:48:51 -0700 Subject: [PATCH] remove puts from photoscontroller --- app/controllers/photos_controller.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers/photos_controller.rb b/app/controllers/photos_controller.rb index 529274c54b..baf48d0a75 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 -- GitLab