Skip to content

Commit

Permalink
Update background.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Jul 1, 2024
1 parent 38132f5 commit f251708
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension/src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ const detectNetworkOfRpcUrl = async (url: string, tabId: number) => {
const result = await networkIdOfRpcUrlPromise.get(url)
if (!networkIdOfRpcUrl.has(url)) {
networkIdOfRpcUrl.set(url, result)
console.log('lalala', { simulatingExtensionTabs })
console.debug(
`detected network of JSON RPC endpoint ${url} in tab #${tabId}: ${result}`
)
Expand Down

0 comments on commit f251708

Please sign in to comment.