mirror of
https://github.com/lubosz/overte.git
synced 2025-08-20 05:01:21 +02:00
removed debug
This commit is contained in:
parent
99adb413e3
commit
956d7c73b2
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ unsigned int Overlays::addOverlay(const QString& type, const QScriptValue& prope
|
|||
thisOverlay = new TextOverlay();
|
||||
} else if (type == "text3d") {
|
||||
thisOverlay = new Text3DOverlay();
|
||||
qDebug() << "created Text3DOverlay:" << thisOverlay;
|
||||
} else if (type == "cube") {
|
||||
thisOverlay = new Cube3DOverlay();
|
||||
} else if (type == "sphere") {
|
||||
|
|
Loading…
Reference in a new issue