Skip to content

Commit 7a4e08e

Browse files
committed
remove unnecessary hex dump
1 parent 627a6a2 commit 7a4e08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Audio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,7 @@ int Audio::read_ID3_Header(uint8_t* data, size_t len) {
19571957
}
19581958
m_audiofile.seek(pos);
19591959
}
1960-
syltBuff.hex_dump(10);
1960+
// syltBuff.hex_dump(10);
19611961

19621962
m_ID3Hdr.SYLT.text_encoding = syltBuff[0]; // 0=ISO-8859-1, 1=UTF-16, 2=UTF-16BE, 3=UTF-8
19631963
if(m_ID3Hdr.SYLT.text_encoding == 1) isBigEndian = false;

0 commit comments

Comments
 (0)