Skip to content

Commit

Permalink
fix: unused var colors in BunyanTeams
Browse files Browse the repository at this point in the history
  • Loading branch information
rsauvair committed Jul 22, 2022
1 parent 5907549 commit 1cfcc9f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions server/src/common/utils/BunyanTeams.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ const levels = {
60: "fatal",
};

const colors = {
10: "BBBBBB", // trace
20: "BBBBBB", // debug
30: "000000", // info
40: "FF9800", // warn
50: "E51C23", // error
60: "E51C23", // fatal
};

class BunyanTeams {
constructor(options, error) {
options = options || {};
Expand Down

0 comments on commit 1cfcc9f

Please sign in to comment.