mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 20:09:09 +01:00
Remove log statement from theme code
This commit is contained in:
parent
787ec882c4
commit
0c0b8eaf16
1 changed files with 0 additions and 1 deletions
|
@ -169,7 +169,6 @@ generateTheme = (payload) ->
|
||||||
body = ":root {\n"
|
body = ":root {\n"
|
||||||
|
|
||||||
(Object.keys(payload)).forEach (plKey) ->
|
(Object.keys(payload)).forEach (plKey) ->
|
||||||
console.log plKey
|
|
||||||
if theme_attribute_map[plKey]
|
if theme_attribute_map[plKey]
|
||||||
if theme_attribute_map[plKey].includes 'text'
|
if theme_attribute_map[plKey].includes 'text'
|
||||||
hex = getHexColorFromThemeValue(payload[plKey])
|
hex = getHexColorFromThemeValue(payload[plKey])
|
||||||
|
|
Loading…
Reference in a new issue