Remove debug print

This commit is contained in:
rick@ghostpunch.com 2017-08-09 04:46:42 -04:00
parent cc69853ff1
commit 87139f5d82

View file

@ -188,7 +188,6 @@ void PolyLineEntityItem::calculateScaleAndRegistrationPoint() {
for (int i = 0; i < _strokeWidths.size(); ++i) {
if (_strokeWidths.at(i) > maxWidth) {
maxWidth = _strokeWidths.at(i);
qCDebug(entities) << "TTTTT " << maxWidth;
}
}