pull/2033/head
Hank 2022-07-09 19:58:39 +02:00
parent 3fe261821d
commit 874320cb63
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ function drawBac(){
if (confWeightUnit == "US Pounds") {
weight = weight * 0.45359237;
}
var currentTime = new Date();
var time_diff = Math.floor(((currentTime - firstDrinkTime) % 86400000) / 3600000); // in hours!
console.log("currentTime: " + currentTime)