Skip to content

Commit efda9cb

Browse files
committed
clean up debug code
1 parent 2d9c703 commit efda9cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libraries/BLEAdafruitService/src/services/BLEAdafruitAddressablePixel.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ void BLEAdafruitAddressablePixel::_pixel_write_handler(uint16_t conn_hdl, uint8_
143143
uint16_t copied_count = max16(_bufsize.read16(), index) - index;
144144
copied_count = min16(len-3, copied_count);
145145

146-
PRINT_INT(copied_count);
147-
148146
if (copied_count) memcpy(pixbuf, data+3, copied_count);
149147

150148
// show flag

0 commit comments

Comments
 (0)