diff --git a/lib/Util.coffee b/lib/Util.coffee index a9a6516..5e8e8b9 100644 --- a/lib/Util.coffee +++ b/lib/Util.coffee @@ -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