IfDefs to quiet some other debug lines during debugging.

This commit is contained in:
Troy
2024-03-25 12:19:13 -04:00
parent cc01e38cad
commit 22be977df8
2 changed files with 6 additions and 2 deletions

View File

@@ -64,7 +64,9 @@ void WS2812FX::setUpMatrix() {
return;
}
// TroyHacks temp commented out, FIXME and put back: USER_PRINTF("setUpMatrix %d x %d\n", Segment::maxWidth, Segment::maxHeight);
#ifndef USERMOD_AUTO_PLAYLIST // TroyHacks - FIXME: just tidy output temporarily while debugging
USER_PRINTF("setUpMatrix %d x %d\n", Segment::maxWidth, Segment::maxHeight);
#endif
//WLEDMM recreate customMappingTable if more space needed
if (Segment::maxWidth * Segment::maxHeight > customMappingTableSize) {