remove puts

This commit is contained in:
chiu 2021-08-11 16:50:33 +08:00
parent 111fe5ef98
commit 1baa8d3f4c
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ $:.push File.expand_path("../lib", __FILE__)
require "announcement/version"
require 'json'
bundle_update_flag = ARGV[0]=='update' || ARGV[0]=='install'
puts ['rails_env',ENV.to_h]
if bundle_update_flag
env_pwd = ENV['PWD']
if File.exist?("#{env_pwd}/app/models/google.rb")