From b04a9d1229e1ed35f61634ae25519cfbcb8a2c29 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 5 Aug 2018 05:41:37 +0300 Subject: cleanup, fixed self-highlighting in notifications, fixed incorrect hex code handling --- src/modules/config.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules/config.js') diff --git a/src/modules/config.js b/src/modules/config.js index 2d597640..2b50655b 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -22,8 +22,6 @@ const config = { }, setHighlight (state, { user, color, type }) { const data = this.state.config.highlight[user] - console.log(user, color, type, data) - if (color || type) { set(state.highlight, user, { color: color || data.color, type: type || data.type }) } else { -- cgit v1.2.3-70-g09d2