Remove leaky logging.

This commit is contained in:
Moxie Marlinspike 2013-05-10 09:01:33 -07:00
parent 5c8fa148ca
commit ef554ed265

View File

@ -295,8 +295,6 @@ public class DatabaseFactory {
body = (body == null) ? Util.readFully(fin) : body + " " + Util.readFully(fin);
Log.w("DatabaseFactory", "Read body: " + body);
dataFile.delete();
db.delete("part", "_id = ?", new String[] {partId+""});
} catch (IOException e) {