Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncalabrese committed Oct 21, 2015
1 parent c099e5c commit eb128d1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ var units = require('./units')();

function init(settings) {

var utils = {
};

var MINUTE_IN_SECS = 60
, HOUR_IN_SECS = 3600
, DAY_IN_SECS = 86400;
var utils = { };

utils.scaleMgdl = function scaleMgdl (mgdl) {
if (settings.units === 'mmol' && mgdl) {
Expand Down

0 comments on commit eb128d1

Please sign in to comment.