mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 15:43:58 +02:00
removed some old debug
This commit is contained in:
parent
729e40881d
commit
a04941bcd5
1 changed files with 0 additions and 7 deletions
|
@ -174,13 +174,6 @@ void Circle3DOverlay::setProperties(const QScriptValue &properties) {
|
||||||
if (innerRadius.isValid()) {
|
if (innerRadius.isValid()) {
|
||||||
setInnerRadius(innerRadius.toVariant().toFloat());
|
setInnerRadius(innerRadius.toVariant().toFloat());
|
||||||
}
|
}
|
||||||
|
|
||||||
qDebug() << "startAt:" << getStartAt();
|
|
||||||
qDebug() << "endAt:" << getEndAt();
|
|
||||||
qDebug() << "outerRadius:" << getOuterRadius();
|
|
||||||
qDebug() << "innerRadius:" << getInnerRadius();
|
|
||||||
qDebug() << "getIsSolid:" << getIsSolid();
|
|
||||||
qDebug() << "getIsDashedLine:" << getIsDashedLine();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue