Only use rpc namespace in debug mode
This commit is contained in:
parent
8e5afeccc9
commit
650950fe02
|
@ -37,9 +37,9 @@
|
|||
#import "rpc.hpp"
|
||||
|
||||
#define WEB_SERVER_PORT 8082
|
||||
#endif
|
||||
|
||||
using namespace realm::rpc;
|
||||
#endif
|
||||
|
||||
@interface NSObject ()
|
||||
- (instancetype)initWithJSContext:(void *)context;
|
||||
|
|
Loading…
Reference in New Issue