Skip to content

Commit

Permalink
Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gloomyandy committed Apr 13, 2024
1 parent 821a1ce commit 7efd03c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CAN/ExpansionManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ void ExpansionManager::UpdateBoardState(CanAddress address, BoardState newState)
// Process an announcement from an expansion board. Don't free the message buffer that it arrived in
void ExpansionManager::ProcessAnnouncement(CanMessageBuffer *buf, bool isNewFormat) noexcept
{
debugPrintf("Process announce\n");
const CanAddress src = buf->id.Src();
if (src <= CanId::MaxCanAddress)
{
Expand Down

0 comments on commit 7efd03c

Please sign in to comment.