mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Removed the testing log.
This commit is contained in:
parent
6387c5ceae
commit
7acbbb54c0
@ -421,9 +421,7 @@ class AddNoteDialog : DialogFragment() {
|
||||
zimReaderSource = zimReaderSource,
|
||||
favicon = favicon,
|
||||
)
|
||||
mainRepositoryActions.saveNote(noteToSave).also {
|
||||
Log.e(TAG, "addNoteToDao: $noteToSave")
|
||||
}
|
||||
mainRepositoryActions.saveNote(noteToSave)
|
||||
} else {
|
||||
Log.d(TAG, "Cannot process with empty zim url or noteFilePath")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user