Take out server start logging for now, maybe put in a more useful one later"

This commit is contained in:
Raphael 2010-12-03 11:29:49 -08:00
parent d35badd7ea
commit 3cb0064835

View file

@ -27,5 +27,3 @@ APP_CONFIG[:pod_url].chop! if APP_CONFIG[:pod_url][-1, 1] == '/'
APP_CONFIG[:pod_url] = APP_CONFIG[:pod_url] + '/' APP_CONFIG[:pod_url] = APP_CONFIG[:pod_url] + '/'
puts "WARNING: Please modify your app_config.yml to have a proper pod_url!" if APP_CONFIG[:terse_pod_url] == "example.org" && Rails.env != "test" puts "WARNING: Please modify your app_config.yml to have a proper pod_url!" if APP_CONFIG[:terse_pod_url] == "example.org" && Rails.env != "test"
Rails.logger.fatal(
"event=app_config_loaded time='#{Time.now}'")