Skip to content

Commit

Permalink
Don't show calculated insulin from carbs
Browse files Browse the repository at this point in the history
  • Loading branch information
bassettb committed Jul 29, 2019
1 parent 35c7dc4 commit 6c5bc21
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 6c5bc21

Please sign in to comment.