home: remove logging spamming the console

This commit is contained in:
Alexander Capehart 2024-07-20 11:20:55 -06:00
parent 3286a94b1a
commit 04265d5285
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -311,7 +311,6 @@ constructor(
}
fun setSheetObscuresFab(sheetRising: Boolean) {
logD("Updating sheet rising state: $sheetRising")
_sheetObscuresFab.value = sheetRising
}