Skip to content

Commit 0292e05

Browse files
author
Hideki Itakura
committed
Applied @pasin 's feedbacks
1 parent 1e9627a commit 0292e05

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/com/couchbase/lite/replicator/PullerInternal.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,6 @@ public void changeTrackerReceivedChange(final Map<String, Object> change) {
693693
processChangeTrackerChange(change);
694694
} catch (Exception e) {
695695
Log.e(Log.TAG_SYNC, "Error processChangeTrackerChange(): %s", e);
696-
e.printStackTrace();
697696
throw new RuntimeException(e);
698697
}
699698
}
@@ -1009,7 +1008,6 @@ protected void goOnline() {
10091008

10101009
protected void pauseOrResume(){
10111010
int pending = batcher.count() + pendingSequences.count();
1012-
//Log.e(Log.TAG_SYNC, "[pauseOrResume()] batcher.count()="+batcher.count() + ", pendingSequences.count()="+pendingSequences.count()+", pendingFutures.size()=" +pendingFutures.size());
10131011
changeTracker.setPaused(pending >= MAX_PENDING_DOCS);
10141012
}
10151013
}

0 commit comments

Comments
 (0)