1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-12 14:18:02 -05:00

Kill an insanely chatty log message

This commit is contained in:
Jesse Vincent 2010-08-31 05:01:26 +00:00
parent a1496bd839
commit a83fd2d548

View File

@ -276,7 +276,6 @@ public class Address
} }
finally finally
{ {
Log.i(K9.LOG_TAG, "cursor closed");
// cursor.close(); // TODO: should close cursor. // cursor.close(); // TODO: should close cursor.
} }
} }