Removed debug message in ThreadManager

captchafix
Florens Douwes 11 years ago
parent 1980eaae12
commit f47ac33d93
  1. 1
      Chan/src/org/floens/chan/core/manager/ThreadManager.java

@ -543,7 +543,6 @@ public class ThreadManager implements Loader.LoaderListener {
Post last = pin.getLastSeenPost(); Post last = pin.getLastSeenPost();
if (last != null) { if (last != null) {
lastSeenPost = last.no; lastSeenPost = last.no;
Logger.test("Setting as last seen post " + last.no);
} else { } else {
lastSeenPost = -1; lastSeenPost = -1;
} }

Loading…
Cancel
Save