remove spammy log

This commit is contained in:
Seth Alves 2019-06-04 12:52:56 -07:00
parent c5eb9c03d5
commit d1824c4d6d

View file

@ -136,7 +136,6 @@ void Animation::downloadFinished(const QByteArray& data) {
}
void Animation::animationParseSuccess(HFMModel::Pointer hfmModel) {
qCDebug(animation) << "Animation parse success";
_hfmModel = hfmModel;
finishedLoading(true);
}