Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 14, 2017
1 parent 2006c84 commit 68d49ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Util.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ getColor = (color) ->
if isHexColor(color) then chalk.hex(color) else chalk[color]

colorize = (colors, value) ->
stylize = getColor
(stylize = getColor color) for color in colors
stylize value

Expand Down

0 comments on commit 68d49ea

Please sign in to comment.