remove some debug

now with fallback is common to have prefixes that are not present and fail.
this generates a lot of debug that is not really useful, as is an OK
thing.
This commit is contained in:
Marco Martin 2017-04-05 13:38:39 +02:00
parent 918a8d2bf6
commit e1aa250e70

View File

@ -575,7 +575,6 @@ void FrameSvgItem::applyPrefixes()
}
}
if (!found) {
qWarning() << "The image" << m_frameSvg->imagePath() << "doesn't contain any of the prefixes" << m_prefixes;
//this setElementPrefix is done to keep the same behavior as before, when it was a simple string
m_frameSvg->setElementPrefix(m_prefixes.last());
}