Removed the testing log.

This commit is contained in:
MohitMaliFtechiz 2025-01-21 17:31:09 +05:30 committed by Kelson
parent 6387c5ceae
commit 7acbbb54c0

View File

@ -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")
}