Skip to content

Commit

Permalink
#366 Removed debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Aug 31, 2018
1 parent deec04c commit f412229
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/deck/drivers/src/locodeck.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,6 @@ static lpsLppShortPacket_t lppShortPacket;
bool lpsSendLppShort(uint8_t destId, void* data, size_t length)
{
bool result = false;
// TODO krri remove
DEBUG_PRINT("lpsSendLppShort\n");

if (isInit)
{
Expand Down

0 comments on commit f412229

Please sign in to comment.