Skip to content

Commit

Permalink
chore(logger): Remove unused getTimeLabel function (#2140)
Browse files Browse the repository at this point in the history
This just cleans up a function that we no longer use.
  • Loading branch information
blaine-arcjet authored Nov 4, 2024
1 parent 9150887 commit 73d94d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions logger/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ export interface LoggerOptions {

const PREFIX = "✦Aj";

function getTimeLabel(label: string) {
return `${PREFIX} LATENCY ${label}`;
}

function getMessage(obj: unknown, msg: unknown, args: unknown[]) {
// The first argument was the message so juggle the args
if (typeof obj === "string") {
Expand Down

0 comments on commit 73d94d5

Please sign in to comment.