mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-12 16:17:43 +00:00
Cleanup logs
This commit is contained in:
@@ -253,8 +253,6 @@ public class SmsDatabase extends MessagingDatabase {
|
||||
|
||||
@Override
|
||||
public void markExpireStarted(long id, long startedAtTimestamp) {
|
||||
Log.d(TAG, "markExpireStarted() called with: id = [" + id + "], startedAtTimestamp = [" + startedAtTimestamp + "]");
|
||||
|
||||
ContentValues contentValues = new ContentValues();
|
||||
contentValues.put(EXPIRE_STARTED, startedAtTimestamp);
|
||||
|
||||
|
Reference in New Issue
Block a user