diff --git a/src/com/fsck/k9/activity/MessageList.java b/src/com/fsck/k9/activity/MessageList.java index 710165394..9e694818d 100644 --- a/src/com/fsck/k9/activity/MessageList.java +++ b/src/com/fsck/k9/activity/MessageList.java @@ -369,7 +369,6 @@ public class MessageList index = Collections.binarySearch(mAdapter.messages, message, getComparator()); } - Log.v(K9.LOG_TAG," Index was "+index + "For "+message.subject); if (index < 0) { index = (index * -1) - 1;