mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +00:00
Remove leaky logging.
This commit is contained in:
parent
5c8fa148ca
commit
ef554ed265
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user