diff --git a/event_news_mod.gemspec b/event_news_mod.gemspec index 0454491..a2bb8cf 100644 --- a/event_news_mod.gemspec +++ b/event_news_mod.gemspec @@ -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