Remove debug messages that the padding has been reached

This is true for most MP3 files and therefore not really helpful.
This commit is contained in:
Martchus 2018-11-15 22:07:07 +01:00
parent e9526225ea
commit a775ee61a2
1 changed files with 0 additions and 2 deletions

View File

@ -145,7 +145,6 @@ void Id3v2Frame::parse(BinaryReader &reader, uint32 version, uint32 maximalSize,
} else {
// padding reached
m_padding = true;
diag.emplace_back(DiagLevel::Debug, "Frame ID starts with null-byte -> padding reached.", defaultContext);
throw NoDataFoundException();
}
@ -173,7 +172,6 @@ void Id3v2Frame::parse(BinaryReader &reader, uint32 version, uint32 maximalSize,
} else {
// padding reached
m_padding = true;
diag.emplace_back(DiagLevel::Debug, "Frame ID starts with null-byte -> padding reached.", defaultContext);
throw NoDataFoundException();
}