Removed a whole bunch of old logging

This commit is contained in:
2025-12-17 09:40:11 -05:00
parent 637968552d
commit a7c2ed7dff
13 changed files with 1 additions and 26 deletions

View File

@@ -1,5 +1,4 @@
export function toDateTime(date: Date): string {
console.log(date);
if (typeof date === 'string') {
date = new Date(date);
}