Skip to content

Commit 21b51b3

Browse files
committed
remove log
1 parent 705531b commit 21b51b3

File tree

1 file changed

+0
-1
lines changed
  • packages/@magic-ext/farcaster/src

1 file changed

+0
-1
lines changed

packages/@magic-ext/farcaster/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export class FarcasterExtension extends Extension.Internal<'farcaster'> {
8888
const handle = this.request<string, FarcasterLoginEventHandlers>(payload);
8989

9090
handle.on('channel', (channel: CreateChannelAPIResponse) => {
91-
console.log('channel from res', channel);
9291
if (isMobile() && isMainFrame()) {
9392
window.location.href = channel.url;
9493
}

0 commit comments

Comments
 (0)