mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 14:44:39 +02:00
Removing debug output
This commit is contained in:
parent
914b47069b
commit
3bfa8aae0b
1 changed files with 0 additions and 1 deletions
|
@ -256,7 +256,6 @@ void TextOverlay::setFontSize(int fontSize) {
|
|||
|
||||
void TextOverlay::setText(const QString& text) {
|
||||
_text = text;
|
||||
qDebug() << text;
|
||||
_qmlElement->settext(text);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue