remove debug message
authorTom Clegg <tom@clinicalfuture.com>
Fri, 11 Jan 2013 07:29:14 +0000 (23:29 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Fri, 11 Jan 2013 07:29:14 +0000 (23:29 -0800)
app/controllers/application_controller.rb

index 5b88277ac9fb687115aa3e61d39d9ce5d27bf20a..7590d13f1360fd10a85a3a2b7efeab118742d1ad 100644 (file)
@@ -71,7 +71,6 @@ class ApplicationController < ActionController::Base
   end
 
   def find_object_by_uuid
-    logger.info params.inspect
     if params[:id] and params[:id].match /\D/
       params[:uuid] = params.delete :id
     end