Remove log statement from theme code
This commit is contained in:
parent
787ec882c4
commit
0c0b8eaf16
|
@ -169,7 +169,6 @@ generateTheme = (payload) ->
|
|||
body = ":root {\n"
|
||||
|
||||
(Object.keys(payload)).forEach (plKey) ->
|
||||
console.log plKey
|
||||
if theme_attribute_map[plKey]
|
||||
if theme_attribute_map[plKey].includes 'text'
|
||||
hex = getHexColorFromThemeValue(payload[plKey])
|
||||
|
|
Loading…
Reference in New Issue