Remove dublicate time string #2808

This commit is contained in:
Priit Tark 2015-07-23 17:04:17 +03:00
parent de557bf43e
commit 79ac8db0eb
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ module ActionDispatch
session["flash"] = flash_hash.to_session_value
# EIS custom logging
Rails.logger.info "USER MSG: #{Time.now.to_s(:db)} FLASH: #{session['flash']['flashes'].inspect}" if session['flash']
Rails.logger.info "USER MSG: FLASH: #{session['flash']['flashes'].inspect}" if session['flash']
# END OF EIS custom logging
env[KEY] = flash_hash.dup