From b6e338d955c52af9720c13d8b34a4ab0334979b8 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Sat, 18 Jan 2020 10:31:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/shixun_lists_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/shixun_lists_controller.rb b/app/controllers/shixun_lists_controller.rb index ece1d0be5..c77da46e0 100644 --- a/app/controllers/shixun_lists_controller.rb +++ b/app/controllers/shixun_lists_controller.rb @@ -1,7 +1,6 @@ class ShixunListsController < ApplicationController def index @results = ShixunSearchService.call(search_params, current_laboratory) - Rails.logger.info("########results: #{@results.includes(:subjects)}") end private