mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-12 05:00:20 -05:00
remove debugging statement
This commit is contained in:
parent
201490c433
commit
72cb0bf7ec
@ -369,7 +369,6 @@ public class MessageList
|
|||||||
index = Collections.binarySearch(mAdapter.messages, message, getComparator());
|
index = Collections.binarySearch(mAdapter.messages, message, getComparator());
|
||||||
}
|
}
|
||||||
|
|
||||||
Log.v(K9.LOG_TAG," Index was "+index + "For "+message.subject);
|
|
||||||
if (index < 0)
|
if (index < 0)
|
||||||
{
|
{
|
||||||
index = (index * -1) - 1;
|
index = (index * -1) - 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user