Skip to content

Commit 6c2f977

Browse files
committed
removed some debugging statements i had left in the code.
1 parent 0d5ad45 commit 6c2f977

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sprint-2/3-mandatory-implement/1-bmi.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,3 @@ function calculateBMI(weight, height) {
2121
}
2222

2323
console.log(`Your BMI is ${calculateBMI(70, 1.73)}`);
24-
25-
//const actualOutput = calculateBMI(70, 1.73);
26-
//const targetOutput = "23.4";
27-
28-
//console.assert(actualOutput === targetOutput, `That is not the correct BMI`);

0 commit comments

Comments
 (0)