Remove log statement from theme code

This commit is contained in:
Andreas Nedbal 2020-05-07 03:56:11 +02:00
parent 787ec882c4
commit 0c0b8eaf16
1 changed files with 0 additions and 1 deletions

View File

@ -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])