mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-26 02:30:00 +08:00
Avoid logging the note's value
Urgh, so stupid.
This commit is contained in:
@ -64,7 +64,7 @@ class NoteStorage {
|
||||
note.apply(loadState: NoteLoadState.Error);
|
||||
return Result(note.loadState);
|
||||
}
|
||||
Log.d("Note modified: $note.filePath");
|
||||
Log.d("Note modified: ${note.filePath}");
|
||||
}
|
||||
|
||||
var fpLowerCase = note.filePath.toLowerCase();
|
||||
|
Reference in New Issue
Block a user