From 562edb920d800e3e477d8a950c2f0ed521783ffe Mon Sep 17 00:00:00 2001 From: crusader Date: Thu, 27 Jul 2017 20:29:24 +0900 Subject: [PATCH] ing --- src/ts/@overflow/app/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ts/@overflow/app/index.tsx b/src/ts/@overflow/app/index.tsx index c31dcb6..07046b0 100644 --- a/src/ts/@overflow/app/index.tsx +++ b/src/ts/@overflow/app/index.tsx @@ -86,8 +86,8 @@ class Application { this.displayLoading(); this.context = await this.initContext(); - this.rpcClient = await this.initRpcClient(); - this.context.PouchFactory.registerPouch(this.rpcClient); + // this.rpcClient = await this.initRpcClient(); + // this.context.PouchFactory.registerPouch(this.rpcClient); await this.initRedux();