mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-20 02:18:26 +00:00
turn off verbose gdcwebserver logging
This commit is contained in:
parent
fadf01a0e1
commit
c5566dc88b
@ -42,6 +42,8 @@ static JSGlobalContextRef s_context;
|
||||
@implementation RJSRPCServer
|
||||
|
||||
+ (void)start {
|
||||
[GCDWebServer setLogLevel:3];
|
||||
|
||||
// Create server
|
||||
GCDWebServer* webServer = [[GCDWebServer alloc] init];
|
||||
s_context = JSGlobalContextCreate(NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user