mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-20 04:31:47 -05: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)
|
public boolean equals(Object o)
|
||||||
{
|
{
|
||||||
Log.i(K9.LOG_TAG, "Comparing this " + this + " to " + o);
|
|
||||||
if (o instanceof MessageReference == false)
|
if (o instanceof MessageReference == false)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user