From 7fa7da15c97ab498f8d69f538b02a3a710fb1fa0 Mon Sep 17 00:00:00 2001 From: crusader Date: Tue, 25 Jul 2017 19:29:14 +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 fbaa983..fefe874 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.put(this.rpcClient); + // this.rpcClient = await this.initRpcClient(); + // this.context.put(this.rpcClient); await this.initRedux();