From d8b49af3c844d3dcedee49dd52cf1e839db1850f Mon Sep 17 00:00:00 2001 From: sir-indy <53864146+sir-indy@users.noreply.github.com> Date: Tue, 29 Mar 2022 13:28:32 +0100 Subject: [PATCH] Update pebble.app.js Removed print statements from debugging --- apps/pebble/pebble.app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/pebble/pebble.app.js b/apps/pebble/pebble.app.js index 36bdf8c31..bbe2596ab 100644 --- a/apps/pebble/pebble.app.js +++ b/apps/pebble/pebble.app.js @@ -30,8 +30,6 @@ function draw() { let da = date.toString().split(" "); let timeStr = da[4].substr(0,5); const t = 6; - print('Theme'); - print(theme); // turn the warning on once we have dipped below 30% if (E.getBattery() < 30)