Skip to content

Commit

Permalink
Remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Mar 23, 2024
1 parent ee68ca2 commit c1be5a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<application
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:debuggable="true"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ fun DevicesPage(
val watches = remember { mutableStateListOf<Watch>() }
var isLoading by remember { mutableStateOf(true) }

Log.d("MainPage", "Loading watches...")

LaunchedEffect(Unit) {
watches.addAll(db.watchDao().getAll())

Expand Down

0 comments on commit c1be5a8

Please sign in to comment.