1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Merge pull request #1790 from matrix-org/dbkr/hello_trace_why_are_you_here

Remove spurious console.trace
This commit is contained in:
Luke Barnard
2018-03-08 09:58:57 +00:00
committed by GitHub

View File

@@ -252,7 +252,6 @@ class Tinter {
setTheme(theme) { setTheme(theme) {
console.trace("setTheme " + theme);
this.theme = theme; this.theme = theme;
// update keyRgb from the current theme CSS itself, if it defines it // update keyRgb from the current theme CSS itself, if it defines it