mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
unintentionally comitted logging
This commit is contained in:
parent
c46f40c816
commit
7c9b773bf8
@ -56,13 +56,10 @@ module.exports = {
|
||||
if (this.urlList.length != newList.length) differs = true;
|
||||
|
||||
if (differs) {
|
||||
console.log("list differs");
|
||||
this._update();
|
||||
this.setState({
|
||||
imageUrl: this._nextUrl()
|
||||
});
|
||||
} else {
|
||||
console.log("list is the same");
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user