Skip to content

Commit

Permalink
storing banana and sourceMap no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir-afk committed Jun 14, 2024
1 parent d3bd590 commit 5793669
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,6 @@ async function setState(value) {

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

// state = "ready";
state = await setState("ready");

Expand Down

0 comments on commit 5793669

Please sign in to comment.