Remove debug code.

This commit is contained in:
BoHung Chiu 2022-03-15 13:13:38 +08:00
parent 6679b8b2d1
commit b8bc613d23
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ class Advising
"plugin_data_title" => I18n.t("academic_advising.#{t}")
} if !fields_to_remove.include?(t)
end
puts fields_to_remove
fields_to_show = fields_to_show - fields_to_remove
plugin_datas = datas.sort_for_frontend.collect.with_index do |p,index|