Remove isDev flag

We can pretty much test everything here on self-hosted cloudrons now
This commit is contained in:
Girish Ramakrishnan
2017-04-13 11:24:57 -07:00
parent f6a2406091
commit cdb5dc2c53
8 changed files with 10 additions and 18 deletions

View File

@@ -110,7 +110,6 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
ip: null,
revision: null,
update: { box: null, apps: null },
isDev: false,
progress: {},
isCustomDomain: false,
region: null,