Delete date warning (#975)
This commit is contained in:
parent
e6441179c9
commit
0bcc775944
|
@ -215,7 +215,7 @@ export default {
|
|||
let todayNight = new Date();
|
||||
todayNight.setHours(23);
|
||||
todayNight.setMinutes(59);
|
||||
console.warn('Date: ', date.getFullDate(todayNight))
|
||||
|
||||
return DateTransformer.localDateToUTCNumericDate(JSON.stringify(date.getFullDate(todayNight)));
|
||||
},
|
||||
getDefaultLocalStartDate() {
|
||||
|
|
Loading…
Reference in New Issue