Skip to content

Commit

Permalink
Remove unnecessary call to ignoreStream
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt authored Jan 13, 2021
1 parent 7062fdf commit 276aaa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/scripts/contentscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ async function setupStreams() {
// so we can handle the channels individually
const pageMux = new ObjectMultiplex()
pageMux.setMaxListeners(25)
pageMux.ignoreStream(LEGACY_PUBLIC_CONFIG) // TODO:LegacyProvider: Delete
const extensionMux = new ObjectMultiplex()
extensionMux.setMaxListeners(25)
extensionMux.ignoreStream(LEGACY_PUBLIC_CONFIG) // TODO:LegacyProvider: Delete
Expand Down

0 comments on commit 276aaa9

Please sign in to comment.