Formatting

This commit is contained in:
Jared He 2021-06-19 21:07:10 -04:00
parent 8d6da95e27
commit 3c9025053c
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ const parseTime = (dateStr, timeStr) => {
return date;
};
const nodeChildrenToString = (nodeChildren) => {
let string = "";
for (let i = 0; i < nodeChildren.length; ++i) {