Removed unnecessary print statement
This commit is contained in:
parent
84e6cb106c
commit
3544f44a74
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ export const helperService = {
|
|||
* @returns Date as string in YYYY-MM-DD format
|
||||
*/
|
||||
toISODateOnly(date) {
|
||||
console.log(helperService.toISODate(date));
|
||||
return helperService.toISODate(date).substring(0, 10);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue