Remove unused code.

This commit is contained in:
BoHung Chiu 2022-02-10 16:59:12 +08:00
parent 97301d2c03
commit f3ab02e1f7
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ if bundle_update_flag
widget_info << copy_h
Bundler.with_clean_env{%x[cp -f #{app_path}/modules/event_news/_#{h["filename"]}.html.erb #{folder}modules/event_news/_#{copy_h["filename"]}.html.erb]}
elsif h["force_cover"] == "true"
puts "fffffffffffffff"
Bundler.with_clean_env{%x[cp -f #{app_path}/modules/event_news/_#{h["filename"]}.html.erb #{folder}modules/event_news/_#{widget_info[widget_info_index]["filename"]}.html.erb]}
end
end