Skip to content

Commit

Permalink
Remove some leftover debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mairas committed Oct 8, 2024
1 parent fb11859 commit f1ba243
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sensesp/system/stream_producer.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class StreamLineProducer : public ValueProducer<String> {
// Include the newline character in the output
buf_[buf_pos++] = c;
buf_[buf_pos] = '\0';
ESP_LOGV("StreamLineProducer", "About to emit line: %s", buf_);
this->emit(buf_);
buf_pos = 0;
} else {
Expand Down

0 comments on commit f1ba243

Please sign in to comment.