Skip to content

Commit 68bcbf8

Browse files
committed
Disable logging
1 parent f3bc814 commit 68bcbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/metamask-ios-sdk/Classes/Communication/SocketChannel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class SocketChannel {
4141
socketManager = SocketManager(
4242
socketURL: url,
4343
config: [
44-
.log(true),
44+
.log(false),
4545
options
4646
]
4747
)

0 commit comments

Comments
 (0)