Commit f9d8feb7 authored by schreibfaul1's avatar schreibfaul1

remove unnecessary log_e

parent c446251e
......@@ -1185,7 +1185,6 @@ bool Audio::latinToUTF8(char* buff, size_t bufflen, bool UTF8check) {
break;
}
if(buff[pos + 1] < 0x80){
log_e("buff[pos + 1] 0x%02x", buff[pos + 1] );
isUTF8 = false;
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment