removed comment

This commit is contained in:
Robin Müller 2021-01-03 01:40:35 +01:00
parent 5c42888f10
commit e300207f48
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ void fsfwPrint(fsfw::PrintLevel printType, const char* fmt, va_list arg) {
(unsigned long) now.second,
(unsigned long) now.usecond /1000);
//changed Jan 2017. Need to update length with buffer size
len += vsnprintf((char *)(printBuffer + len),
sizeof(printBuffer)-len, fmt, arg);