mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
Remove debug print
This commit is contained in:
parent
cc69853ff1
commit
87139f5d82
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue