From d919c1a41d3d3e6bb5ac0af69b9a7ce4762bcc78 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 8 Mar 2018 09:47:42 +0000 Subject: [PATCH] Remove spurious console.trace There's no comment to say why this is here and the commit that add it (e91e94fd4) doesn't mention it either, so it's presumably unintentional. --- src/Tinter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tinter.js b/src/Tinter.js index c7402c15be..7667e6d912 100644 --- a/src/Tinter.js +++ b/src/Tinter.js @@ -252,7 +252,6 @@ class Tinter { setTheme(theme) { - console.trace("setTheme " + theme); this.theme = theme; // update keyRgb from the current theme CSS itself, if it defines it