chore: remove useless console.log

This commit is contained in:
07akioni 2020-09-01 00:08:20 +08:00
parent 760b39d624
commit 9920cd5f5c

View File

@ -5,7 +5,6 @@ function typeStyle (
type,
pallete
) {
console.log(pallete, type, createKey('textColor', type))
return cM(`${type}-type`, {
raw: `
color: ${pallete[createKey('textColor', type)]};