Skip to content

Commit

Permalink
remove test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Helium314 committed Jul 5, 2024
1 parent ca44923 commit 0b333ce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ class EditHistoryViewModelImpl(

override fun updateEdits() {
launch(IO) {
Log.i("test", "all hidden $allHidden")
edits.value = editHistoryController.getAll(allHidden).sortedByDescending { it.createdTimestamp }
}
}
Expand Down

0 comments on commit 0b333ce

Please sign in to comment.