mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 19:46:00 +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()) {
|
||||
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