Skip to content

Commit e84347a

Browse files
remove console.log()
1 parent 4c0803b commit e84347a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/src/utils/date.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ import utc from 'dayjs/plugin/utc'
2222
dayjs.extend(utc)
2323

2424
export function parseDayJsObject ({ value, format = true, keepMoment = true }) {
25-
console.log(value)
26-
2725
if (!value) {
2826
return null
2927
}

0 commit comments

Comments
 (0)