Skip to content

Commit f8a9548

Browse files
chore: removed debug flag from webview
1 parent c28fcb9 commit f8a9548

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/wallet/src/AppKitAuthWebview.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ function _AuthWebview() {
176176
containerStyle={styles.webview}
177177
injectedJavaScript={AppKitFrameConstants.FRAME_MESSAGES_HANDLER}
178178
ref={webviewRef}
179-
webviewDebuggingEnabled
180179
onOpenWindow={syntheticEvent => {
181180
const { nativeEvent } = syntheticEvent;
182181
const { targetUrl } = nativeEvent;

0 commit comments

Comments
 (0)