Fix debug leftovers.

captchafix
Florens Douwes 11 years ago
parent 3d9460d4b6
commit 02596eb35b
  1. 2
      Chan/src/org/floens/chan/core/watch/WatchNotifier.java

@ -71,7 +71,7 @@ public class WatchNotifier {
int newQuotesCount = 0; int newQuotesCount = 0;
List<Post> posts = new ArrayList<Post>(); List<Post> posts = new ArrayList<Post>();
boolean makeSound = false; boolean makeSound = false;
boolean show = true; boolean show = false;
for (Pin pin : watchingPins) { for (Pin pin : watchingPins) {
PinWatcher watcher = pin.getPinWatcher(); PinWatcher watcher = pin.getPinWatcher();

Loading…
Cancel
Save