Skip to content

Commit

Permalink
Remove redundant line (#1577)
Browse files Browse the repository at this point in the history
remove redundant line
  • Loading branch information
khaitruong922 authored Nov 6, 2024
1 parent adaf066 commit 77edfc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/js/pages/settings/dictionary-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,6 @@ export class DictionaryController {

await this._deleteDictionaryInternal(dictionaryTitle, onProgress);
await this._deleteDictionarySettings(dictionaryTitle);
this._onDictionariesUpdate = null;
} catch (e) {
log.error(e);
} finally {
Expand Down

0 comments on commit 77edfc7

Please sign in to comment.