From 53daf7cfa87c216f0c6624b4c60a9d9fd7974d41 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Thu, 1 Feb 2024 14:23:12 +0000 Subject: [PATCH] remove print --- apps/bthome_button/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/bthome_button/app.js b/apps/bthome_button/app.js index 8c9fe7c..46d8cfa 100644 --- a/apps/bthome_button/app.js +++ b/apps/bthome_button/app.js @@ -24,7 +24,6 @@ function updateAdvertising(buttonState) { // not being connectable/scannable saves power (but you'll need to reboot to connect again with the IDE!) //connectable : false, scannable : false, }); - print(buttonState); /* After 60s, call updateAdvertising again to update battery/temp and to ensure we're advertising slowly */ if (slowTimeout) clearTimeout(slowTimeout);