diff --git a/src/App.tsx b/src/App.tsx index b363f022..d585e9c9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -287,11 +287,6 @@ function App() { // Replace the signer on the account nostrConnectAccount.signer = recreatedSigner console.log('[bunker] ✅ Signer recreated with pool context') - console.log("[bunker] Signer methods check:", { - hasSubscriptionMethod: !!(recreatedSigner as any).subscriptionMethod, - hasPublishMethod: !!(recreatedSigner as any).publishMethod, - hasMakeRequest: typeof (recreatedSigner as any).makeRequest === "function" - }) // Add bunker's relays to the pool so signing requests can be sent/received const bunkerRelays = nostrConnectAccount.signer.relays || []