Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Feb 1, 2024
1 parent ac27651 commit 53daf7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/bthome_button/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 53daf7c

Please sign in to comment.