Skip to content

Commit

Permalink
Merge pull request #4833 from bassettb/daytoday-carbs-dont-need-IC-calc
Browse files Browse the repository at this point in the history
Don't show calculated insulin next to carbs
  • Loading branch information
sulkaharo committed Aug 4, 2019
2 parents eacc560 + 6c5bc21 commit d47fd21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/report_plugins/daytoday.js
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,6 @@ daytoday.report = function report_daytoday (datastorage, sorteddaystoshow, optio
var label = ' ' + treatment.carbs + ' g';
if (treatment.protein) label += ' / ' + treatment.protein + ' g';
if (treatment.fat) label += ' / ' + treatment.fat + ' g';
label += ' (' + client.utils.toFixedMin((treatment.carbs / ic), 2) + 'U)';

context.append('rect')
.attr('y', yCarbsScale(treatment.carbs))
Expand Down

0 comments on commit d47fd21

Please sign in to comment.