From d68efc5287748b049b6a2b678c73b7e3a6aa533c Mon Sep 17 00:00:00 2001 From: Elfreda Kwawu <82907149+ekwawu@users.noreply.github.com> Date: Thu, 4 Apr 2024 15:29:31 -0400 Subject: [PATCH] Update app.js --- apps/phystrax/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/phystrax/app.js b/apps/phystrax/app.js index 4576a9114..e6566aa26 100644 --- a/apps/phystrax/app.js +++ b/apps/phystrax/app.js @@ -71,7 +71,6 @@ function drawScreen(message) { g.setFont('6x8', 1.6); g.drawString(' BPM', g.getWidth() / 2 + 42, g.getHeight() / 2 + 20); } - // Draw instructions g.setFont('6x8', 1.5); g.drawString('Press button to stop', g.getWidth() / 2, g.getHeight() / 2 + 42);