mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove logging line
This commit is contained in:
parent
9c20d1d604
commit
adc42f7cf6
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue