From 34cbb1e69925442154289f4e62b657090a13e59c Mon Sep 17 00:00:00 2001 From: Vasilis Souleles Date: Fri, 2 May 2014 13:59:26 +0300 Subject: [PATCH] removed unnecessary changes --- src/application.coffee | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/application.coffee b/src/application.coffee index 1a7ccf5a..e87bb891 100644 --- a/src/application.coffee +++ b/src/application.coffee @@ -100,21 +100,11 @@ exports.update = -> Promise.all([ knex('config').select('value').where(key: 'apiKey') knex('config').select('value').where(key: 'uuid') - knex('config').select('value').where(key: 'version') knex('app').select() ]) .then ([[apiKey], [uuid], [version], apps]) -> apiKey = apiKey.value uuid = uuid.value - version = version.value - ### - # should I post 'resin-supervisor' version every 15-minutes? - # with something like - resinAPI.post( - device: - supervisor-version: version - ) - ### resinAPI.get( resource: 'application' options: