Skip to content

Commit

Permalink
Merging 6b95038 into trunk-temp/pr-2140/72ddb00d-1338-4205-86a6-910af…
Browse files Browse the repository at this point in the history
…c1f552c
  • Loading branch information
trunk-io[bot] authored Nov 4, 2024
2 parents 9150887 + 6b95038 commit a9cf31c
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 a9cf31c

Please sign in to comment.