Remove debug line.

captchafix2
Floens 11 years ago
parent c14b22f1c3
commit b45db074cc
  1. 1
      Clover/app/src/main/java/org/floens/chan/core/manager/ReplyManager.java

@ -353,7 +353,6 @@ public class ReplyManager {
if (TextUtils.isEmpty(reuseHtml)) { if (TextUtils.isEmpty(reuseHtml)) {
sendHttpPost(httpPost, postListener); sendHttpPost(httpPost, postListener);
} else { } else {
Logger.i(TAG, "Reusing html " + reuseHtml);
postListener.onResponse(reuseHtml, null, null); postListener.onResponse(reuseHtml, null, null);
} }
} }

Loading…
Cancel
Save