diff --git a/Toolset/palettes/tutorial/courses/First Run/tutorials/BMI Calculator/lessons/App Lesson.txt b/Toolset/palettes/tutorial/courses/First Run/tutorials/BMI Calculator/lessons/App Lesson.txt index faab806a3b..0c3be49556 100644 --- a/Toolset/palettes/tutorial/courses/First Run/tutorials/BMI Calculator/lessons/App Lesson.txt +++ b/Toolset/palettes/tutorial/courses/First Run/tutorials/BMI Calculator/lessons/App Lesson.txt @@ -1189,7 +1189,6 @@ step "Set Stack Script" button: script function getBMI pHeight, pWeight - local tURL, tJSON, tArray put "http://api.clinicalcalculator.org/bmi?" & \ "height_in_m=" & pHeight & "&weight_in_kg=" & pWeight into tURL @@ -1373,7 +1372,6 @@ step "Set Calculator Card Script" button: script command calculateBMI - local tHeight, tWeight, tBMI put field "height" into tHeight set the cHeight of this stack to tHeight @@ -1792,7 +1790,6 @@ script end preOpenCard command calculateBMI - local tHeight, tWeight, tBMI put field "height" into tHeight set the cHeight of this stack to tHeight diff --git a/notes/bugfix-19839.md b/notes/bugfix-19839.md deleted file mode 100644 index 306a7a4021..0000000000 --- a/notes/bugfix-19839.md +++ /dev/null @@ -1 +0,0 @@ -# Declare vars in scripts needed for BMI tutorial