Skip to content

Commit

Permalink
update : removed sourceMap and bananaInStore from local storage, no l…
Browse files Browse the repository at this point in the history
…onger needed
  • Loading branch information
kabir-afk committed Jun 17, 2024
1 parent 029f297 commit 8725e22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions background-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ async function loadI18nLocalization( uiLanguageQid ) {

// Declare localisation
banana.setLocale(locale); // Change to new locale
storeParam('bananaInStore',banana)
storeParam("sourceMap", Array.from(banana.messageStore.sourceMap));

state = 'ready';

Expand Down

0 comments on commit 8725e22

Please sign in to comment.