www/js/global.js

changeset 495
fdbb6bfae569
parent 476
7ee8072baaba
child 498
10c6eeee60ce
--- a/www/js/global.js	Sat Sep 14 19:04:29 2019 +0200
+++ b/www/js/global.js	Mon Sep 16 16:12:15 2019 +0200
@@ -1060,8 +1060,8 @@
  AttBeer = 0.00825 * attenuation + 0.00817 * BD - 0.00684 * Temp + 0.00026 * TotTme - 0.00356 * percCara + 0.00553 * percSugar + 0.547;
  fg = Round(1 + (1 - AttBeer) * (og - 1), 4);
 
- console.log('estimate_fg(' + percSugar + ',' + percCara + ',' + BD + ',' + TotTme + ',' +
-             Temp + ',' + attenuation + ',' + og + ') AttBeer:' + AttBeer + ' fg:' + fg);
+ //console.log('estimate_fg(' + percSugar + ',' + percCara + ',' + BD + ',' + TotTme + ',' +
+ //            Temp + ',' + attenuation + ',' + og + ') AttBeer:' + AttBeer + ' fg:' + fg);
  return fg;
 }
 

mercurial