From fabde34510c117f93a7eb4e5bf2cf037d542a990 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sat, 21 Apr 2018 16:32:15 +0900
Subject: [PATCH] Revert "wait"

This reverts commit d6705917137711f25d84bffaf9ab4453972fece5.
---
 src/client/app/boot.js | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/client/app/boot.js b/src/client/app/boot.js
index ec90ff523..190ff255c 100644
--- a/src/client/app/boot.js
+++ b/src/client/app/boot.js
@@ -130,8 +130,6 @@
 		}
 
 		// Force reload
-		setTimeout(() => {
-			location.reload(true);
-		}, 1000);
+		location.reload(true);
 	}
 })();