Remove upgrade flag

This is not used since ages since we changed our update methodology
This commit is contained in:
Girish Ramakrishnan
2018-11-20 10:29:54 -08:00
parent 329cc80933
commit e04b7b55b0
5 changed files with 8 additions and 62 deletions

View File

@@ -82,7 +82,6 @@ CloudronError.EXTERNAL_ERROR = 'External Error';
CloudronError.BAD_STATE = 'Bad state';
CloudronError.ALREADY_UPTODATE = 'No Update Available';
CloudronError.NOT_FOUND = 'Not found';
CloudronError.SELF_UPGRADE_NOT_SUPPORTED = 'Self upgrade not supported';
function initialize(callback) {
assert.strictEqual(typeof callback, 'function');