Remove leaky logging.
This commit is contained in:
parent
5c8fa148ca
commit
ef554ed265
1 changed files with 0 additions and 2 deletions
|
@ -295,8 +295,6 @@ public class DatabaseFactory {
|
||||||
|
|
||||||
body = (body == null) ? Util.readFully(fin) : body + " " + Util.readFully(fin);
|
body = (body == null) ? Util.readFully(fin) : body + " " + Util.readFully(fin);
|
||||||
|
|
||||||
Log.w("DatabaseFactory", "Read body: " + body);
|
|
||||||
|
|
||||||
dataFile.delete();
|
dataFile.delete();
|
||||||
db.delete("part", "_id = ?", new String[] {partId+""});
|
db.delete("part", "_id = ?", new String[] {partId+""});
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue