Remove debug line

This commit is contained in:
Jonas Kvinge 2021-10-26 23:54:27 +02:00
parent 6b64c43851
commit 5cb88efc38
1 changed files with 0 additions and 1 deletions

View File

@ -744,7 +744,6 @@ void TagReaderTagLib::SetUserTextFrame(const QString &description, const QString
const QByteArray descr_utf8(description.toUtf8());
const QByteArray value_utf8(value.toUtf8());
qLog(Debug) << "Setting FMPSFrame:" << description << ", " << value;
SetUserTextFrame(std::string(descr_utf8.constData(), descr_utf8.length()), std::string(value_utf8.constData(), value_utf8.length()), tag);
}