Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Feb 12, 2017
1 parent 910a1fb commit ab7fd8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/meal/history.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ function findMealInputs (inputs) {
duplicates += 1;
}
} else if (current.carbs > 0) {
console.log(pumpHistory[i]);
var temp = {};
temp.carbs = current.carbs;
temp.timestamp = current.created_at;
Expand Down

0 comments on commit ab7fd8d

Please sign in to comment.