Skip to content

Commit

Permalink
Cleanup of debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rüttgers committed Apr 14, 2020
1 parent 146b5b7 commit 4eb8885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,13 @@ class Sensor

void process_message()
{
DEBUG("Message is being processed.");

// Call listener
if (this->callback != NULL)
{
this->callback(this->buffer, this->position, this);
}
DEBUG("Processing...");

// Start over
this->reset_state();
Expand Down

0 comments on commit 4eb8885

Please sign in to comment.