Remove debug code.
This commit is contained in:
parent
6679b8b2d1
commit
b8bc613d23
|
@ -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|
|
||||
|
|
Loading…
Reference in New Issue