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:
parent
918a8d2bf6
commit
e1aa250e70
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user