mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-02 00:25:10 -04:00
Get rid of log used while debugging.
This commit is contained in:
parent
ee1b4b70e2
commit
d6fca0f1e9
@ -14,7 +14,6 @@ public class MessageReference implements Serializable
|
||||
|
||||
public boolean equals(Object o)
|
||||
{
|
||||
Log.i(K9.LOG_TAG, "Comparing this " + this + " to " + o);
|
||||
if (o instanceof MessageReference == false)
|
||||
{
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user