Remove debug.

This commit is contained in:
BoHung Chiu 2022-01-11 11:27:36 +08:00
parent e4c84edc74
commit 96665aeb93
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 "Force cover: #{h["filename"]}"
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