Skip to content

Commit 08ad5b4

Browse files
author
demetrio.marino
committed
fix: removed unnecessary console.log line during format of date in get-audit-logs tool
1 parent 8dc480e commit 08ad5b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/apis/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export function formatQueryParamToUnixTimestamp (param: string | undefined): str
3131
}
3232

3333
if (isNaN(date.getTime())) {
34-
console.log({ param, date, time: date.getTime() })
3534
throw new Error(`Invalid date format: ${param}`)
3635
}
3736

0 commit comments

Comments
 (0)