Update pebble.app.js

Removed print statements from debugging
pull/1639/head
sir-indy 2022-03-29 13:28:32 +01:00 committed by GitHub
parent 62b3336e6a
commit d8b49af3c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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