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

Remove spurious console.trace
pull/21833/head
Luke Barnard 2018-03-08 09:58:57 +00:00 committed by GitHub
commit 441a8c722c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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