Skip to content

Commit

Permalink
#95: Removed logging to avoid unnecessary noise in log file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiranda committed Sep 14, 2015
1 parent 9971c01 commit 8102279
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class FormatDateTagLib extends FormatTagLib {
static namespace = "g"

def formatDate = { attrs, body ->
log.info "Date format: " + attrs
FormatTagLib formatTagLib = grailsApplication.mainContext.getBean('org.codehaus.groovy.grails.plugins.web.taglib.FormatTagLib')
if (session.timezone) {
attrs.timeZone = session.timezone
Expand Down

0 comments on commit 8102279

Please sign in to comment.