mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 11:12:40 +00:00
Remove leaky logging.
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user