aboutsummaryrefslogtreecommitdiff
path: root/src/webex/pages/popup.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/webex/pages/popup.tsx')
-rw-r--r--src/webex/pages/popup.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webex/pages/popup.tsx b/src/webex/pages/popup.tsx
index 7da8056d0..a6c4651df 100644
--- a/src/webex/pages/popup.tsx
+++ b/src/webex/pages/popup.tsx
@@ -896,6 +896,5 @@ function WalletPopup(): JSX.Element {
}
export function createPopup(): JSX.Element {
- //chrome.runtime.connect({ name: "popup" });
return <WalletPopup />;
}