Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	index.js
  • Loading branch information
joabakk committed Sep 27, 2017
2 parents fa301e9 + d624823 commit c51e82e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ module.exports = function(app, options) {
FROM polar
WHERE environmentWindSpeedTrue < ?
AND environmentWindSpeedTrue > ?
GROUP BY environmentWindAngleTrueGround
ORDER BY environmentWindAngleTrueGround`, windspeed, windspeed - interval, function(err, rows){

// error will be an Error if one occurred during the query
Expand All @@ -321,6 +320,7 @@ module.exports = function(app, options) {
engineSKPath = "";
//db.close();


clearInterval(pushInterval);

app.signalk.removeListener('delta', handleDelta);
Expand Down
30 changes: 0 additions & 30 deletions package

This file was deleted.

0 comments on commit c51e82e

Please sign in to comment.