Remove logging line

This commit is contained in:
James Allen 2014-03-07 14:48:38 +00:00
parent 9c20d1d604
commit adc42f7cf6

View file

@ -10,7 +10,6 @@ require [
$('.isoDate').each (i, d)->
html = $(d)
unparsedDate = html.text().trim()
console.log unparsedDate
formatedDate = moment(unparsedDate).format("Do MMM YYYY, h:mm:ss a")
html.text(formatedDate)