Remove inconsistent/unused return value

This commit is contained in:
toasted-nutbread 2020-04-01 21:13:55 -04:00
parent 97b7b521dd
commit 716ab99fc0

View File

@ -96,10 +96,8 @@ class AnkiNoteBuilder {
if (filename !== null) {
definition.audio = {url: uri, filename};
}
return true;
} catch (e) {
return false;
// NOP
}
}