Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Nov 25, 2023
1 parent dda6649 commit 8ac221c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class EditorViewModel : ViewModel() {
var areFilesModified: Boolean
get() = _filesModified.value ?: false
set(value) {
ILogger.instance().debug("update areFilesModified = $value", RuntimeException())
_filesModified.value = value
}

Expand Down

0 comments on commit 8ac221c

Please sign in to comment.