Skip to content

Commit

Permalink
remove unused colors
Browse files Browse the repository at this point in the history
  • Loading branch information
sashkopavlenko committed Sep 28, 2019
1 parent 8db12d1 commit ed1ee9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/transports/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ const colors: Colors = {
reset: '\x1b[0m',
dim: '\x1b[2m',
red: '\x1b[31m',
green: '\x1b[32m',
yellow: '\x1b[33m',
blue: '\x1b[34m',
magenta: '\x1b[35m',
cyan: '\x1b[36m',
white: '\x1b[37m',
};

const colorsLevelMap: ColorsLevelMap = {
Expand Down

0 comments on commit ed1ee9c

Please sign in to comment.