forked from verdnatura/salix-front
fix: refs #7129 remove consoleLog
This commit is contained in:
parent
70d640dc37
commit
f0c2baa60e
|
@ -1,7 +1,6 @@
|
|||
import isValidDate from 'filters/isValidDate';
|
||||
|
||||
export default function toHour(date) {
|
||||
console.log('date: ', date);
|
||||
if (!isValidDate(date)) {
|
||||
return '--:--';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue