Removing debug output

This commit is contained in:
Bradley Austin Davis 2015-07-17 14:34:24 -07:00
parent 914b47069b
commit 3bfa8aae0b

View file

@ -256,7 +256,6 @@ void TextOverlay::setFontSize(int fontSize) {
void TextOverlay::setText(const QString& text) {
_text = text;
qDebug() << text;
_qmlElement->settext(text);
}