unintentionally comitted logging
This commit is contained in:
@@ -56,13 +56,10 @@ module.exports = {
|
|||||||
if (this.urlList.length != newList.length) differs = true;
|
if (this.urlList.length != newList.length) differs = true;
|
||||||
|
|
||||||
if (differs) {
|
if (differs) {
|
||||||
console.log("list differs");
|
|
||||||
this._update();
|
this._update();
|
||||||
this.setState({
|
this.setState({
|
||||||
imageUrl: this._nextUrl()
|
imageUrl: this._nextUrl()
|
||||||
});
|
});
|
||||||
} else {
|
|
||||||
console.log("list is the same");
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user