Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiampersian committed Aug 14, 2024
1 parent 6d7b7b9 commit eb8fd92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ function dateFormatString(date, format): { format: string, symbol: string } {
partLength--;
}
}
console.log('test\r\nxxx');


return { format: parts.join(""), symbol: partSymbols.join("") };
}

Expand Down

0 comments on commit eb8fd92

Please sign in to comment.