Cleanup logs

This commit is contained in:
Andrew
2024-02-19 09:37:53 +10:30
parent 398b5bf7b4
commit ef50d63410
2 changed files with 0 additions and 6 deletions

View File

@@ -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);