mirror of https://github.com/vector-im/riot-web
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.
pull/21833/head
parent
7a77da7a4c
commit
d919c1a41d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue