mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 10:40:11 -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());
|
||||
}
|
||||
|
||||
Log.v(K9.LOG_TAG," Index was "+index + "For "+message.subject);
|
||||
if (index < 0)
|
||||
{
|
||||
index = (index * -1) - 1;
|
||||
|
Loading…
Reference in New Issue
Block a user