dont log refreshing when watchlist empty

jschan
Thomas Lynch 3 years ago
parent 7642fd1dfb
commit 085a7ec271
No known key found for this signature in database
GPG Key ID: 36A72F7C62CF8480
  1. 2
      gulp/res/js/watchlist.js

@ -45,7 +45,7 @@ class ThreadWatcher {
//refresh all the threads in the watchlist map
refresh() {
console.log('refreshing watchlist')
this.watchListMap.size > 0 && console.log('refreshing watchlist');
for (let t of this.watchListMap.entries()) {
const [board, postId] = t[0].split('-');
const data = t[1];

Loading…
Cancel
Save