Skip to content

Commit

Permalink
fix: remove random log statement (#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 authored Sep 23, 2024
2 parents 3a1f534 + b9c978d commit fa0c3be
Show file tree
Hide file tree
Showing 3 changed files with 10,570 additions and 8,415 deletions.
5 changes: 5 additions & 0 deletions .changeset/gentle-apes-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ogma/logger': patch
---

Remove an extraneous log statement
1 change: 0 additions & 1 deletion packages/logger/src/logger/ogma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ export class Ogma {
if (!colorDepthVal && this.options.stream !== process.stdout && process.stdout.getColorDepth) {
colorDepthVal = process.stdout.getColorDepth();
}
console.log({ colorDepthVal, json: this.options.json });
this.options.stream.getColorDepth = () => colorDepthVal ?? 1;
}

Expand Down
Loading

0 comments on commit fa0c3be

Please sign in to comment.