1
0
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:
Daniel Applebaum 2010-05-01 20:11:42 +00:00
parent ee1b4b70e2
commit d6fca0f1e9

View File

@ -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;