diff --git a/wled00/util.cpp b/wled00/util.cpp index 4c242672c..248d25fd2 100644 --- a/wled00/util.cpp +++ b/wled00/util.cpp @@ -258,7 +258,5 @@ uint8_t extractModeName(uint8_t mode, const char *src, char *dest, uint8_t maxLe if ((qComma > mode) || (printedChars >= maxLen)) break; } dest[printedChars] = '\0'; - //char *pos = strchr(dest,'@'); - //if (pos) *pos = '\0'; return strlen(dest); }