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
1 changed files with 0 additions and 1 deletions

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;