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, zimReaderSource = zimReaderSource,
favicon = favicon, favicon = favicon,
) )
mainRepositoryActions.saveNote(noteToSave).also { mainRepositoryActions.saveNote(noteToSave)
Log.e(TAG, "addNoteToDao: $noteToSave")
}
} else { } else {
Log.d(TAG, "Cannot process with empty zim url or noteFilePath") Log.d(TAG, "Cannot process with empty zim url or noteFilePath")
} }