Skip to content

Commit 53daf7c

Browse files
committed
remove print
1 parent ac27651 commit 53daf7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/bthome_button/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ function updateAdvertising(buttonState) {
2424
// not being connectable/scannable saves power (but you'll need to reboot to connect again with the IDE!)
2525
//connectable : false, scannable : false,
2626
});
27-
print(buttonState);
2827
/* After 60s, call updateAdvertising again to update battery/temp
2928
and to ensure we're advertising slowly */
3029
if (slowTimeout) clearTimeout(slowTimeout);

0 commit comments

Comments
 (0)