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);