OSDN Git Service

fix: fetch fail
[pettanr/pettanr.git] / app / controllers / application_controller.rb
index 57214ee..be0c189 100644 (file)
@@ -160,7 +160,6 @@ class ApplicationController < ActionController::Base
         :list => list.map{|i| i.attributes}
         # :list => @finder.to_json
       }
-      p res
       render json:  res.to_json
     }
   end