From 134be39d38ed8cbd5ed82d7bb9af2cae6eb33fd0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 27 Feb 2017 02:51:38 +0900 Subject: Clean up :sparkles: --- src/web/app/boot.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/web/app/boot.js') diff --git a/src/web/app/boot.js b/src/web/app/boot.js index 0b963c40c1..f546cd8176 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -8,7 +8,6 @@ const api = require('./common/scripts/api'); const signout = require('./common/scripts/signout'); const generateDefaultUserdata = require('./common/scripts/generate-default-userdata'); const mixins = require('./common/mixins'); -const checkForUpdate = require('./common/scripts/check-for-update'); require('./common/tags'); /** @@ -50,9 +49,6 @@ try { Storage.prototype.setItem = () => { }; // noop } -// Check for Update -checkForUpdate(); - // ユーザーをフェッチしてコールバックする module.exports = callback => { // Get cached account data -- cgit v1.3.1-freya