Skip to content

Commit

Permalink
Remove logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yttehs authored and Yttehs committed Mar 25, 2024
1 parent ff992e1 commit 7b90ac6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/java/top/eviarch/simplenote/ui/MainApp.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package top.eviarch.simplenote.ui

import android.content.res.Configuration
import android.util.Log
import androidx.compose.animation.ExperimentalAnimationApi
import androidx.compose.animation.core.tween
import androidx.compose.animation.expandIn
Expand Down Expand Up @@ -249,8 +248,6 @@ fun MainApp(
val timeLimit = System.currentTimeMillis() - deleteDate.toTimeMillis()
allNotes.filter { it.modifiedDate < timeLimit }
}
Log.v("TAG", "autoDelete: $autoDelete")
Log.v("TAG", "deletingNotes: $deletingNotes")
AutoDeleteNoteAlert(
showDialog = autoDelete && deletingNotes.isNotEmpty(),
deletingNotes = deletingNotes,
Expand Down

0 comments on commit 7b90ac6

Please sign in to comment.