Skip to content

Commit

Permalink
Log tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Nov 11, 2023
1 parent b793611 commit fadf1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BalboaGL/ESPBalboaGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void BalboaGL::loop() {
sanity++;
}
while((status.commandQueue > 0) && (sanity < 10));
if(status.commandQueue > 0) ESP_LOGV(TAG, "q:%u s:%u", status.commandQueue, sanity);
// if(status.commandQueue > 0) ESP_LOGV(TAG, "q:%u s:%u", status.commandQueue, sanity);
}

void BalboaGL::setup() {
Expand Down

0 comments on commit fadf1a6

Please sign in to comment.